Update.
[glibc.git] / sysdeps / i386 / Makefile
blob35e0422bdb39347ad404eaeedd4db6d4f9875bfd
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 := $(asm-CPPFLAGS) -DGAS_SYNTAX
5 # The i386 `long double' is a distinct type we support.
6 long-double-fcts = yes
8 ifeq ($(subdir),gmon)
9 sysdep_routines += i386-mcount
10 endif
12 ifeq ($(subdir),elf)
13 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
14 CFLAGS-dl-load.c += -Wno-unused
15 CFLAGS-dl-reloc.c += -Wno-unused
16 endif