summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/libiberty/config.table
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/libiberty/config.table')
-rw-r--r--contrib/binutils/libiberty/config.table11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/binutils/libiberty/config.table b/contrib/binutils/libiberty/config.table
index dba783b..e367e1b 100644
--- a/contrib/binutils/libiberty/config.table
+++ b/contrib/binutils/libiberty/config.table
@@ -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.
OpenPOWER on IntegriCloud