diff options
author | Mike Stump <mrs@wrs.com> | 1998-01-31 18:51:20 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-31 18:51:20 -0700 |
commit | 4de160dd62461e0caaded594d32cf2603e44ba58 (patch) | |
tree | 2e3836baf484ad3a1d2f235ee724b0b3c26871c9 /libiberty/config.table | |
parent | c00f2b9d1aaf76f9be5e428032b9bf1e613a1905 (diff) | |
download | gcc-4de160dd62461e0caaded594d32cf2603e44ba58.tar.gz |
config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently shipping OS.
(
* config.table (vxworks configs): Default to VxWorks 5.x, as that is
the currently shipping OS.
From-SVN: r17572
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index 555dfac68a9..e367e1b3cce 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -24,7 +24,7 @@ case "${host}" in *-*-go32) frag=mh-go32 ;; i[345]86-*-windows*) frag=mh-windows ;; - *-*-vxworks5*) + *-*-vxworks5* | *-*-vxworks) # VxWorks 5 needs special action, because the usual # autoconfiguration scheme does not work. frag=mt-vxworks5 |