aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-02-02 22:04:43 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-02-02 22:04:43 +0000
commit0db8fa89b4dac06f74bf00f263cdebdd432a2959 (patch)
tree2bf27a4e6c637e7b40bd643f5d79379d409d4fb9 /gcc
parent9cd4f22a4519538f2feffa8997ac309d5dcd54b7 (diff)
downloadgcc-0db8fa89b4dac06f74bf00f263cdebdd432a2959.zip
gcc-0db8fa89b4dac06f74bf00f263cdebdd432a2959.tar.gz
gcc-0db8fa89b4dac06f74bf00f263cdebdd432a2959.tar.bz2
config.gcc (*-*-freebsd[12], [...]): Move to the unsupported targets list.
* config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*): Move to the unsupported targets list. From-SVN: r169770
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc11
2 files changed, 7 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d63c0df..f6c82be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
+ Move to the unsupported targets list.
+
2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
PR rtl-optimization/47525
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 6ae7cd2..5c43410 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -246,6 +246,8 @@ case ${target} in
| pdp11-*-bsd \
| sparc-hal-solaris2* \
| thumb-*-* \
+ | *-*-freebsd[12] | *-*-freebsd[12].* \
+ | *-*-freebsd*aout* \
| *-*-linux*aout* \
| *-*-linux*coff* \
| *-*-linux*libc1* \
@@ -480,15 +482,6 @@ case ${target} in
"" | yes | posix) thread_file='posix' ;;
esac
;;
-*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
- # This is the place-holder for the generic a.out configuration
- # of FreeBSD. No actual configuration resides here since
- # there was only ever a bare-bones ix86 configuration for
- # a.out and it exists solely in the machine-specific section.
- # This place-holder must exist to avoid dropping into
- # the generic ELF configuration of FreeBSD (i.e. it must be
- # ordered before that section).
- ;;
*-*-freebsd*)
# This is the generic ELF configuration of FreeBSD. Later
# machine-specific sections may refine and add to this