Update.
[glibc.git] / sysdeps / i386 / Makefile
blob9860444b8547effdc5c3e753c7285759a0e6538d
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),db2)
9 CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1
10 endif
12 ifeq ($(subdir),gmon)
13 sysdep_routines += i386-mcount
14 endif
16 ifeq ($(subdir),elf)
17 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
18 CFLAGS-dl-load.c += -Wno-unused
19 CFLAGS-dl-reloc.c += -Wno-unused
20 endif