]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/powerpc/Makefile
Fix bugs in powerpc pthread_once.
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / Makefile
CommitLineData
0ab0291b
L
1abi-variants := 32 64
2abi-32-options := -U__powerpc64__
3abi-32-condition := __WORDSIZE == 32
4abi-64-options := -D__powerpc64__
5abi-64-condition := __WORDSIZE == 64
6abi-64-ld-soname := ld64.so.1
154bfc16 7
e832919b
UD
8ifeq ($(subdir),rt)
9librt-routines += rt-sysdep
10endif
0c7c6d53
RM
11
12ifeq ($(subdir),stdlib)
13gen-as-const-headers += ucontext_i.sym
14endif
8c2e201b
UD
15
16ifeq ($(subdir),elf)
75fb247e 17sysdep_routines += dl-vdso
8c2e201b 18endif
This page took 0.265058 seconds and 5 git commands to generate.