aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-06 02:12:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-06 02:12:44 +0000
commit5b54717271169e5f8c5ced2c774fdd1975a1a6f7 (patch)
tree1d51843027c7215d090dca41e262c8433e956623 /gcc
parentb06c20eecf01c08258edc8d618136d69d4602222 (diff)
downloadgcc-5b54717271169e5f8c5ced2c774fdd1975a1a6f7.zip
gcc-5b54717271169e5f8c5ced2c774fdd1975a1a6f7.tar.gz
gcc-5b54717271169e5f8c5ced2c774fdd1975a1a6f7.tar.bz2
* config.gcc: Remove i370 support.
From-SVN: r77369
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc21
2 files changed, 4 insertions, 21 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1651cb0..f9d8f0e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config.gcc: Remove i370 support.
+
2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
* doc/install.texi: Update automake and autoconf version
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 42aab18..017195f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -849,27 +849,6 @@ hppa1.0-*-hpux11*)
esac
use_collect2=yes
;;
-i370-*-opened*) # IBM 360/370/390 Architecture
- xm_defines='FATAL_EXIT_CODE=12'
- tm_file="i370/oe.h i370/i370.h"
- tmake_file="i370/t-i370"
- c_target_objs="i370-c.o"
- cxx_target_objs="i370-c.o"
- # Don't bother fixing up header files; they're weird.
- ;;
-i370-*-mvs*)
- xm_defines='FATAL_EXIT_CODE=12'
- tm_file="i370/mvs.h i370/i370.h"
- tmake_file="i370/t-i370"
- c_target_objs="i370-c.o"
- cxx_target_objs="i370-c.o"
- use_fixproto=yes
- ;;
-i370-*-linux*)
- tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h"
- tmake_file="t-slibgcc-elf-ver t-linux"
- # broken_install=yes
- ;;
i[34567]86-*-darwin*)
tm_file="${tm_file} i386/darwin.h"
;;