mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
498e1ab148
commit
954869eb3b
@ -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
3
config.sub
vendored
@ -1089,6 +1089,9 @@ case $basic_machine in
|
||||
*-be)
|
||||
os=-beos
|
||||
;;
|
||||
i370-*)
|
||||
os=-openedition
|
||||
;;
|
||||
*-ibm)
|
||||
os=-aix
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user