summaryrefslogtreecommitdiff
path: root/sysdeps/i386/Makefile
blob: 21caf42052125c338751305e5abcb1eb5fb5b5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 -Wno-unused
CFLAGS-dl-load.c += -Wno-unused
CFLAGS-dl-reloc.c += -Wno-unused
endif