Use INTERNAL_SYSCALL.
[glibc.git] / sysdeps / i386 / Makefile
blobba0d21f13fe974f229cca3ec825c1607a76d7f52
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 += -DGAS_SYNTAX
5 # The i386 `long double' is a distinct type we support.
6 long-double-fcts = yes
8 ifeq ($(subdir),csu)
9 # On i686 we must avoid generating the trampoline functions generated
10 # to get the GOT pointer.
11 CFLAGS-initfini.s += -march=i386 -mcpu=i386
12 endif
14 ifeq ($(subdir),gmon)
15 sysdep_routines += i386-mcount
16 endif
18 ifeq ($(subdir),elf)
19 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
20 CFLAGS-dl-load.c += -Wno-unused
21 CFLAGS-dl-reloc.c += -Wno-unused
22 endif