update from main archive 961220
[platform/upstream/glibc.git] / sysdeps / i386 / Makefile
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
4
5 # The i386 `long double' is a distinct type we support.
6 long-double-fcts = yes
7
8 ifeq ($(subdir),elf)
9 CFLAGS-rtld.c += -Wno-uninitialized
10 endif