diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-01 01:51:20 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-01 01:51:20 +0000 |
commit | 032d3eaea252dbe7eaaae3352b2d995ae00f4d72 (patch) | |
tree | 2e3836baf484ad3a1d2f235ee724b0b3c26871c9 /libiberty | |
parent | 102bad8d32a9dd3a0e8f1e8e6d8bfb32ff2d990f (diff) | |
download | ppe42-gcc-032d3eaea252dbe7eaaae3352b2d995ae00f4d72.tar.gz ppe42-gcc-032d3eaea252dbe7eaaae3352b2d995ae00f4d72.zip |
(
* config.table (vxworks configs): Default to VxWorks 5.x, as that is
the currently shipping OS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-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 |