update from main archive 961220
[glibc.git] / sysdeps / i386 / Makefile
blobe1dcd52052fb8b46cfb107c195a70f7bbc6e10cc
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 endif