summaryrefslogtreecommitdiff
path: root/gcc/config/x-interix
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-10 05:15:27 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-10 05:15:27 +0000
commit9f6c9157d815609109b1ecca8b7ac15e4920437e (patch)
tree1658d02bdb0e2ff49b0121f63d37ea8e973a87d8 /gcc/config/x-interix
parent05630b76e736210be5c5fd67d7c8a0ee3480392e (diff)
downloadgcc-9f6c9157d815609109b1ecca8b7ac15e4920437e.tar.gz
* i386/t-interix: Use mostly system headers unchanged.
Use system assert.h * fixinc/fixinc.interix: Ditto (make almost no-op). * config/x-interix.h (_ALL_SOURCE): add -D * config/x-interix.h (crti.o): Delete dependency. * config/xm-interix.h (ONLY_INT_FIELDS): Define only when bootstrapping. * i386/xm-i386-interix.h: New file. * i386/interix.h (ASM_OUTPUT_LIMITED_STRING): Fix warnings. * i386/i386-interix.h: Renamed from interix.h. * configure.in (interix): Use new files. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/x-interix')
-rw-r--r--gcc/config/x-interix9
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/x-interix b/gcc/config/x-interix
index 270770fe696..afdfe76c7f7 100644
--- a/gcc/config/x-interix
+++ b/gcc/config/x-interix
@@ -16,14 +16,9 @@ RANLIB_TEST = false
SHELL = sh
# Existing CC/GCC may not define -D__INTERIX, so need this here.
-X_CFLAGS= -D__INTERIX
+# 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
-
-EXTRA_PARTS += crti.o
-
-crti.o: $(srcdir)/crti.c
- $(GCC_FOR_TARGET) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/crti.c
-