elf: Fix _dl_debug_vdprintf to work before self-relocation
[glibc.git] / sysdeps / unix / sysv / linux / i386 / Makefile
blobf1f8c3f44cf1e879eb9cf06d827ecdc1be1c384a
1 # The default ABI is 32.
2 default-abi := 32
4 ifeq ($(subdir),misc)
5 sysdep_routines += ioperm iopl vm86
7 tests += tst-bz21269
8 endif
10 ifeq ($(subdir),io)
11 sysdep_routines += libc-do-syscall libc-do-syscall-int80
12 endif
14 ifeq ($(subdir),stdlib)
15 gen-as-const-headers += ucontext_i.sym
16 endif
18 ifeq ($(subdir),csu)
19 ifeq (yes,$(build-shared))
20 sysdep_routines += divdi3
21 shared-only-routines += divdi3
22 CPPFLAGS-divdi3.c = -Din_divdi3_c
23 endif
24 endif
26 ifeq ($(subdir),rt)
27 # pull in __syscall_error routine
28 librt-routines += sysdep
29 librt-shared-only-routines += sysdep
30 endif