diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:03:06 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:03:06 +0000 |
commit | c070948eb28f25e9fd7e4921d97a034575c5d8da (patch) | |
tree | 4eb6e594f21c9524151f70228618def02304bcb0 /gcc/config/x-interix | |
parent | a53c9f037e03972c9ed416b7f267bf8a32b631c2 (diff) | |
download | gcc-c070948eb28f25e9fd7e4921d97a034575c5d8da.tar.gz |
* configure.in: Set stage1_cflags for powerpc-*-darwin*.
* configure: Regenerate.
* config/interix.h: Set DO_GLOBAL_CTORS_BODY and
DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
* config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
alpha/xm-vms.h.
* config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
LIMITS_H_TEST here, not in m68k/x-next.
* config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
* config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
* config/alpha/x-vms: Don't set USE_COLLECT2. Add comments.
* config/i386/x-djgpp: Renamed i386/t-djgpp.
* config/m88k/x-dolph: Renamed m88k/t-dolph.
* config/m88k/x-texXD88: Renamed m88k/t-texXD88.
* config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for
replacement of quadlib.asm with quadlib.c.
* config/x-interix3, config/xm-interix.h, config/i386/x-beos,
config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
config/rs6000/xm-beos.h: Delete file.
* config.gcc: Update to match above changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48757 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/x-interix')
-rw-r--r-- | gcc/config/x-interix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/x-interix b/gcc/config/x-interix index 3234f4b27b3..e5393316dc0 100644 --- a/gcc/config/x-interix +++ b/gcc/config/x-interix @@ -1,14 +1,3 @@ -# These are host overrides -# From config dir - -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 |