x-interix revision 52284
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
7ALLOCA = alloca.o
8
9# See all the declarations.
10FIXPROTO_DEFINES = -D_XOPEN_SOURCE
11
12# Don't run fixproto
13STMP_FIXPROTO =
14RANLIB = :
15RANLIB_TEST = false
16SHELL = 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
20X_CFLAGS= -D__INTERIX -D_ALL_SOURCE
21
22LIBGCC2_INCLUDES = -idirafter $${INTERIX_ROOT}/usr/include
23# Headers come from a funny place
24SYSTEM_HEADER_DIR=$${INTERIX_ROOT}/usr/include
25