summaryrefslogtreecommitdiff
path: root/sysdeps/i386/Makefile
blob: e1dcd52052fb8b46cfb107c195a70f7bbc6e10cc (plain)
1
2
3
4
5
6
7
8
9
10
# The mpn functions need a #define for asm syntax flavor.
# Every i386 port in use uses gas syntax (I think).
asm-CPPFLAGS := $(asm-CPPFLAGS) -DGAS_SYNTAX

# The i386 `long double' is a distinct type we support.
long-double-fcts = yes

ifeq ($(subdir),elf)
CFLAGS-rtld.c += -Wno-uninitialized
endif