diff options
author | Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> | 1998-02-23 13:16:17 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-23 13:16:17 +0000 |
commit | 3e07bdbd6cb486436d995d61d950056e8cd0cc82 (patch) | |
tree | 00ed61211db63a6b478ec6f0c161a3e77e9ea95f /config.sub | |
parent | 5633bac1fd99858a4ff995914646542d424a1545 (diff) | |
download | gcc-3e07bdbd6cb486436d995d61d950056e8cd0cc82.tar.gz |
* config.sub (sco5): Fix typo.
From-SVN: r18209
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) |