Commit 954869eb by Dave Pitts Committed by Richard Henderson

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
parent 498e1ab1
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> 2000-04-13 Andreas Jaeger <aj@suse.de>
* MAINTAINERS: Added myself. * MAINTAINERS: Added myself.
......
...@@ -1089,6 +1089,9 @@ case $basic_machine in ...@@ -1089,6 +1089,9 @@ case $basic_machine in
*-be) *-be)
os=-beos os=-beos
;; ;;
i370-*)
os=-openedition
;;
*-ibm) *-ibm)
os=-aix os=-aix
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment