]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/aarch64/Makefile
elf: Move vDSO setup to rtld (BZ#24967)
[glibc.git] / sysdeps / unix / sysv / linux / aarch64 / Makefile
CommitLineData
554066b8
MS
1ifeq ($(subdir),csu)
2sysdep_routines += __read_tp libc-__read_tp
3static-only-routines += __read_tp
4shared-only-routines += libc-__read_tp
5endif
6
7ifeq ($(subdir),elf)
554066b8 8sysdep-rtld-routines += __read_tp
8ab07407
MS
9ifeq ($(build-shared),yes)
10# This is needed for DSO loading from static binaries.
11sysdep-dl-routines += dl-static
8ab07407 12endif
554066b8
MS
13endif
14
15ifeq ($(subdir),misc)
16sysdep_headers += sys/elf.h
17endif
18
19ifeq ($(subdir),stdlib)
20gen-as-const-headers += ucontext_i.sym
21endif
b67e7fe0
MS
22
23abi-variants := lp64
24abi-variants += lp64_be
25
26ifeq (,$(filter $(default-abi),$(abi-variants)))
27Unknown ABI, must be one of $(abi-variants)
28endif
29
b67e7fe0 30abi-lp64-condition := !defined __AARCH64EB__
b67e7fe0 31abi-lp64_be-condition := defined __AARCH64EB__
This page took 0.27935 seconds and 5 git commands to generate.