]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc: Remove i370 support.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 6 Feb 2004 02:12:44 +0000 (02:12 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 6 Feb 2004 02:12:44 +0000 (02:12 +0000)
From-SVN: r77369

gcc/ChangeLog
gcc/config.gcc

index 1651cb0919f1debf1399c55ce6587748aef23c5b..f9d8f0e2385e8dd8459d821f81a6a23745b0b886 100644 (file)
@@ -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
index 42aab18f74b48f574ffdd8149b5df9150bb37444..017195ff9ada41beeea2d7cf4b8cb74c65148834 100644 (file)
@@ -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"
        ;;