]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/powerpc/Makefile
PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files.
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / Makefile
CommitLineData
5b118558 1abi-variants := 32 64-v1 64-v2
0ab0291b
L
2abi-32-options := -U__powerpc64__
3abi-32-condition := __WORDSIZE == 32
5b118558
UW
4abi-64-v1-options := -D__powerpc64__ -U_CALL_ELF -D_CALL_ELF=1
5abi-64-v1-condition := __WORDSIZE == 64 && _CALL_ELF != 2
6abi-64-v1-ld-soname := ld64.so.1
7abi-64-v2-options := -D__powerpc64__ -U_CALL_ELF -D_CALL_ELF=2
8abi-64-v2-condition := __WORDSIZE == 64 && _CALL_ELF == 2
9abi-64-v2-ld-soname := ld64.so.2
154bfc16 10
e832919b
UD
11ifeq ($(subdir),rt)
12librt-routines += rt-sysdep
13endif
0c7c6d53
RM
14
15ifeq ($(subdir),stdlib)
16gen-as-const-headers += ucontext_i.sym
17endif
8c2e201b
UD
18
19ifeq ($(subdir),elf)
75fb247e 20sysdep_routines += dl-vdso
7b1f8b58
AZ
21ifeq ($(build-shared),yes)
22# This is needed for DSO loading from static binaries.
23sysdep-dl-routines += dl-static
24sysdep_routines += dl-static
25sysdep-rtld-routines += dl-static
26endif
8c2e201b 27endif
8ad11b9a
TMQMF
28
29ifeq ($(subdir),misc)
30sysdep_headers += bits/ppc.h
6e6249d0 31sysdep_routines += get_timebase_freq
8ad11b9a
TMQMF
32tests += test-gettimebasefreq
33endif
c7a8d667
AZ
34
35ifeq ($(subdir),nptl)
36libpthread-routines += sysdep
37endif
This page took 0.343721 seconds and 5 git commands to generate.