diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-17 00:51:57 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-17 00:51:57 +0000 |
commit | 1e866de7aa97499536c53e0393b4777fb48062af (patch) | |
tree | 261f7bcf17023a3c098a00574f1ac3658dfb7a64 /config.sub | |
parent | 6ea8a8641c0ae43cba3bf2443980a6e4586a7220 (diff) | |
download | gcc-1e866de7aa97499536c53e0393b4777fb48062af.tar.gz |
* config.sub (case $basic_machine): Change default for "ibm-*"
to "openedition".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33190 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 04eea53c319..0bb545d249c 100755 --- a/config.sub +++ b/config.sub @@ -1089,6 +1089,9 @@ case $basic_machine in *-be) os=-beos ;; + i370-*) + os=-openedition + ;; *-ibm) os=-aix ;; |