Initial import from FreeBSD RELENG_4:
[games.git] / contrib / gcc / config / x-interix
1 # These are host overrides
2 # From config dir
3
4 # Interix doesn't yet have alloca; it's better to use the portable C version for
5 # bootstrapping.  Do this by defining ALLOCA.
6
7 ALLOCA = alloca.o
8
9 # See all the declarations.
10 FIXPROTO_DEFINES = -D_XOPEN_SOURCE
11
12 # Don't run fixproto
13 STMP_FIXPROTO =
14 RANLIB = :
15 RANLIB_TEST = false
16 SHELL = sh
17
18 # Existing CC/GCC may not define -D__INTERIX, so need this here.
19 # Since we want to configure with _ALL_SOURCE, we need to build that way too
20 X_CFLAGS= -D__INTERIX -D_ALL_SOURCE
21
22 LIBGCC2_INCLUDES = -idirafter $${INTERIX_ROOT}/usr/include
23 # Headers come from a funny place
24 SYSTEM_HEADER_DIR=$${INTERIX_ROOT}/usr/include