aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2018-05-28 23:20:15 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2018-05-28 23:20:15 +0000
commit1eae45747a6ababd8e37f6086e5889db2c2648f5 (patch)
tree8c070dfffb78986ed6a30a4c88b9b7e96cf0057f /gcc/config.gcc
parent1f161c48edf27eac74ceff8ccf73d232f14b7009 (diff)
downloadgcc-1eae45747a6ababd8e37f6086e5889db2c2648f5.zip
gcc-1eae45747a6ababd8e37f6086e5889db2c2648f5.tar.gz
gcc-1eae45747a6ababd8e37f6086e5889db2c2648f5.tar.bz2
config.gcc: Identify FreeBSD 3.x and 4.x as unsupported.
* config.gcc: Identify FreeBSD 3.x and 4.x as unsupported. * config/freebsd-spec.h (FBSD_LIB_SPEC): Only consider FreeBSD 5 and later. From-SVN: r260852
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index d73e2cb..4d9f9c6 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -268,7 +268,7 @@ case ${target} in
| pdp11-*-bsd \
| sparc-hal-solaris2* \
| thumb-*-* \
- | *-*-freebsd[12] | *-*-freebsd[12].* \
+ | *-*-freebsd[12] | *-*-freebsd[1234].* \
| *-*-freebsd*aout* \
| *-*-linux*aout* \
| *-*-linux*coff* \