]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/powerpc/Makefile
stdio-common: Add new test for fdopen
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / Makefile
CommitLineData
5b118558 1abi-variants := 32 64-v1 64-v2
0ab0291b 2abi-32-condition := __WORDSIZE == 32
5b118558 3abi-64-v1-condition := __WORDSIZE == 64 && _CALL_ELF != 2
5b118558 4abi-64-v2-condition := __WORDSIZE == 64 && _CALL_ELF == 2
154bfc16 5
e832919b
UD
6ifeq ($(subdir),rt)
7librt-routines += rt-sysdep
d9067fca 8librt-shared-only-routines += rt-sysdep
e832919b 9endif
0c7c6d53
RM
10
11ifeq ($(subdir),stdlib)
12gen-as-const-headers += ucontext_i.sym
13endif
8c2e201b
UD
14
15ifeq ($(subdir),elf)
afcd9480 16# Otherwise tst-tls-dlinfo fails due to tst-tlsmod2.so using static tls.
f9cd7d5d 17ifeq ($(have-tls-get-addr-optimize),yes)
afcd9480 18LDFLAGS-tst-tlsmod2.so += -Wl,--no-tls-get-addr-optimize
8c2e201b 19endif
f9cd7d5d 20endif
8ad11b9a
TMQMF
21
22ifeq ($(subdir),misc)
6f343c1f 23sysdep_headers += bits/ppc.h
6e6249d0 24sysdep_routines += get_timebase_freq
335c1007 25tests-static += test-gettimebasefreq-static
21841f0d
MB
26tests += \
27 $(tests-static) \
28 test-gettimebasefreq \
29 test-powerpc-linux-sysconf \
30 tst-hwcap-tunables \
31 # tests
32
33tst-hwcap-tunables-ARGS = -- $(host-test-program-cmd)
8ad11b9a 34endif
1a85970f
AM
35
36ifeq ($(subdir),csu)
37# to relocate stinfo->main
38CPPFLAGS-libc-start.o += -I../elf
39CPPFLAGS-libc-start.op += -I../elf
40endif
This page took 0.791744 seconds and 6 git commands to generate.