diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 13:16:17 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-23 13:16:17 +0000 |
commit | 835368317d94956d99c476a4f18af887af513297 (patch) | |
tree | 00ed61211db63a6b478ec6f0c161a3e77e9ea95f /config.sub | |
parent | 433118b86d83a048093eda44002d56841f8ab977 (diff) | |
download | gcc-835368317d94956d99c476a4f18af887af513297.tar.gz |
* config.sub (sco5): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18209 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 1850de84a3b..5338e2a15c8 100755 --- a/config.sub +++ b/config.sub @@ -112,7 +112,7 @@ case $os in os=-hiuxwe2 ;; -sco5) - os=sco3.2v5 + os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) |