On Sun, 30 Jan 2011, Joseph S. Myers wrote:
> My inclination would be to move the
> 
> *-*-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).
>   ;;
> 
> case up to

You mean like this?  Not sure who would approve something like this,
technically.  Shall I got ahead and commit this?


Gerald


2011-02-01  Gerald Pfeifer  <ger...@pfeifer.com>

        * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
        Move to the unsupported targets list.

Index: config.gcc
===================================================================
--- config.gcc  (revision 169463)
+++ config.gcc  (working copy)
@@ -246,6 +246,8 @@
  | pdp11-*-bsd                         \
  | sparc-hal-solaris2*                 \
  | thumb-*-*                           \
+ | *-*-freebsd[12] | *-*-freebsd[12].* \
+ | *-*-freebsd*aout*                   \
  | *-*-linux*aout*                     \
  | *-*-linux*coff*                     \
  | *-*-linux*libc1*                    \
@@ -480,15 +482,6 @@
     "" | 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

Reply via email to