config.sub (case $basic_machine): Change default for "ibm-*" to "openedition".

* config.sub (case $basic_machine): Change default for "ibm-*"
        to "openedition".

From-SVN: r33190
This commit is contained in:
Dave Pitts 2000-04-17 00:51:57 +00:00 committed by Richard Henderson
parent 498e1ab148
commit 954869eb3b
2 changed files with 8 additions and 0 deletions

View File

@ -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.

3
config.sub vendored
View File

@ -1089,6 +1089,9 @@ case $basic_machine in
*-be)
os=-beos
;;
i370-*)
os=-openedition
;;
*-ibm)
os=-aix
;;