]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.sub (case $basic_machine): Change default for "ibm-*" to "openedition".
authorDave Pitts <dpitts@cozx.com>
Mon, 17 Apr 2000 00:51:57 +0000 (00:51 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 17 Apr 2000 00:51:57 +0000 (17:51 -0700)
        * config.sub (case $basic_machine): Change default for "ibm-*"
        to "openedition".

From-SVN: r33190

ChangeLog
config.sub

index ba5e5188b38cb12d7ca83a31a5f2af9d21c356a9..92201f4d25558df4bd6d0da91aaea567a3603032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-16  Dave Pitts  <dpitts@cozx.com>
+
+        * config.sub (case $basic_machine): Change default for "ibm-*"
+        to "openedition".
+
 2000-04-13  Andreas Jaeger  <aj@suse.de>
 
        * MAINTAINERS: Added myself.
index 04eea53c3194a0d82638cf9b949370fef3f798fa..0bb545d249c7576a0e8db7069d21042acf7748c5 100755 (executable)
@@ -1089,6 +1089,9 @@ case $basic_machine in
        *-be)
                os=-beos
                ;;
+       i370-*)
+               os=-openedition
+               ;;
        *-ibm)
                os=-aix
                ;;