Adjusted.
[glibc.git] / sysdeps / i386 / Makefile
blob3e1642232a6a66aae4cd0301a3d45c1c3dfcf646
1 # The mpn functions need a #define for asm syntax flavor.
2 # Every i386 port in use uses gas syntax (I think).
3 asm-CPPFLAGS += -DGAS_SYNTAX
5 # The i386 `long double' is a distinct type we support.
6 long-double-fcts = yes
8 ifeq ($(subdir),csu)
9 # On i686 we must avoid generating the trampoline functions generated
10 # to get the GOT pointer.
11 CFLAGS-initfini.s += -march=i386 -mcpu=i386
12 endif
14 ifeq ($(subdir),db2)
15 CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1
16 endif
18 ifeq ($(subdir),gmon)
19 sysdep_routines += i386-mcount
20 endif
22 ifeq ($(subdir),elf)
23 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
24 CFLAGS-dl-load.c += -Wno-unused
25 CFLAGS-dl-reloc.c += -Wno-unused
26 endif