libiberty patch
Mike Stump
mrs@wrs.com
Fri Jan 30 16:52:00 GMT 1998
Here is a small one so that *-*-vxworks gets the right thing, instead
of something that isn't useful now.
1998-01-30 Mike Stump <mrs@wrs.com>
* config.table: Default to VxWorks 5.x, as that is the currently
shipping OS.
Doing diffs in libiberty:
*** libiberty/config.table.~1~ Mon Jan 19 12:22:09 1998
--- libiberty/config.table Fri Jan 30 16:29:51 1998
*************** case "${host}" in
*** 24,30 ****
*-*-go32) frag=mh-go32 ;;
i[345]86-*-windows*) frag=mh-windows ;;
! *-*-vxworks5*)
# VxWorks 5 needs special action, because the usual
# autoconfiguration scheme does not work.
frag=mt-vxworks5
--- 24,30 ----
*-*-go32) frag=mh-go32 ;;
i[345]86-*-windows*) frag=mh-windows ;;
! *-*-vxworks5* | *-*-vxworks)
# VxWorks 5 needs special action, because the usual
# autoconfiguration scheme does not work.
frag=mt-vxworks5
--------------
More information about the Gcc
mailing list