]> gcc.gnu.org Git - gcc.git/blobdiff - libiberty/config.table
config.table (vxworks configs): Default to VxWorks 5.x, as that is the currently...
[gcc.git] / libiberty / config.table
index dba783b489f035e92f3bc729b80f82a25044d474..e367e1b3cce7666de6d05ea7b3a31c2b3defacf7 100644 (file)
@@ -10,6 +10,8 @@ case "${host}" in
   *-*-cxux7*)          frag=mh-cxux7 ;;
   *-*-cygwin32)                frag=mh-cygwin32 ;;
   *-*-dgux*)           frag=mh-sysv ;;
+  *-*-freebsd2.1.*)    frag=mh-fbsd21 ;;
+  *-*-freebsd2.2.*)    frag=mh-fbsd21 ;;
   hppa*-hp-bsd*)       frag=mh-hpbsd ;;
   *-*-hpux*)           frag=mh-hpux ;;
   *-*-hiux*)           frag=mh-hpux ;;
@@ -22,11 +24,18 @@ 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
     ;;
+
+  i[3456]86-*-mingw32*)
+    # Mingw32 does not require strerror.o from REQUIRED_OFILES.
+    # Worse: it will not compile it because of an incompatible sys_errlist
+    # definition.
+    frag=mt-mingw32
+    ;;
 esac
 
 # Try to handle funky case of solaris 2 -> sun 4.
This page took 0.02741 seconds and 5 git commands to generate.