config.gcc (*-*-freebsd[12], [...]): Move to the unsupported targets list.
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 2 Feb 2011 22:04:43 +0000 (22:04 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 2 Feb 2011 22:04:43 +0000 (22:04 +0000)
* config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
Move to the unsupported targets list.

From-SVN: r169770

gcc/ChangeLog
gcc/config.gcc

index d63c0dfa78f8f2d004cc8588daf52d2219edf51f..f6c82be199872abfd22eae3a40c367f0d0fb50c3 100644 (file)
@@ -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
index 6ae7cd28642ab9759ca6a3937da7f4d7f217862f..5c43410abc7eea1d16b5fe38d6e74ff35e2b5980 100644 (file)
@@ -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