update from main archive 970127
[glibc.git] / sysdeps / i386 / Makefile
blob36410f04f13864e3d8a038c8cdbeb75687f2280d
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),elf)
9 CFLAGS-rtld.c += -Wno-uninitialized
10 CFLAGS-dl-load.c += -Wno-unused
11 CFLAGS-dl-reloc.c += -Wno-unused
12 endif