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
2 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue