diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-04 08:07:57 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-04 02:07:57 -0600 |
commit | dbd83e11788d86dbfd159a804efd25709527daee (patch) | |
tree | d78f6393ac0e94881d1c4a6b918ebef8281d9236 /config.sub | |
parent | 318e4b5687b76ef2ae9a80d414b6e3c9f75a5e74 (diff) | |
download | gcc-dbd83e11788d86dbfd159a804efd25709527daee.tar.gz |
* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
From-SVN: r28489
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 1f5eb5ef018..6efbe7b4634 100755 --- a/config.sub +++ b/config.sub @@ -105,7 +105,7 @@ case $os in -scout) ;; -wrs) - os=vxworks + os=-vxworks basic_machine=$1 ;; -hiux*) |