summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/x-interix
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-01 18:16:02 +0000
committerobrien <obrien@FreeBSD.org>2002-02-01 18:16:02 +0000
commitc9ab9ae440a8066b2c2b85b157b1fdadcf09916a (patch)
tree086d9d6c8fbd4fc8fe4495059332f66bc0f8d12b /contrib/gcc/config/x-interix
parent2ecfd8bd04b63f335c1ec6295740a4bfd97a4fa6 (diff)
downloadFreeBSD-src-c9ab9ae440a8066b2c2b85b157b1fdadcf09916a.zip
FreeBSD-src-c9ab9ae440a8066b2c2b85b157b1fdadcf09916a.tar.gz
Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
Diffstat (limited to 'contrib/gcc/config/x-interix')
-rw-r--r--contrib/gcc/config/x-interix21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/gcc/config/x-interix b/contrib/gcc/config/x-interix
index afdfe76..e539331 100644
--- a/contrib/gcc/config/x-interix
+++ b/contrib/gcc/config/x-interix
@@ -1,24 +1,3 @@
-# These are host overrides
-# From config dir
-
-# Interix doesn't yet have alloca; it's better to use the portable C version for
-# bootstrapping. Do this by defining ALLOCA.
-
-ALLOCA = alloca.o
-
-# See all the declarations.
-FIXPROTO_DEFINES = -D_XOPEN_SOURCE
-
-# Don't run fixproto
-STMP_FIXPROTO =
-RANLIB = :
-RANLIB_TEST = false
-SHELL = sh
-
# Existing CC/GCC may not define -D__INTERIX, so need this here.
# Since we want to configure with _ALL_SOURCE, we need to build that way too
X_CFLAGS= -D__INTERIX -D_ALL_SOURCE
-
-LIBGCC2_INCLUDES = -idirafter $${INTERIX_ROOT}/usr/include
-# Headers come from a funny place
-SYSTEM_HEADER_DIR=$${INTERIX_ROOT}/usr/include
OpenPOWER on IntegriCloud