diff mbox

Target deprecations for 4.6

Message ID alpine.LNX.2.00.1102022306230.14698@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 2, 2011, 10:09 p.m. UTC
On Tue, 1 Feb 2011, Joseph S. Myers wrote:
>>> *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
>> You mean like this?  Not sure who would approve something like this,
> Yes, like that.

Okay, so here is the patch I committed.  Thanks for the pointer,
Joseph.


And here is some of the testing I did:

  % env target=i386-unknown-freebsd1 sh config.gcc
  *** Configuration i386-unknown-freebsd1 not supported
  % env target=i386-unknown-freebsd1.1 sh config.gcc
  *** Configuration i386-unknown-freebsd1.1 not supported
  % env target=i386-unknown-freebsd2 sh config.gcc
  *** Configuration i386-unknown-freebsd2 not supported
  % env target=i386-unknown-freebsd2.1 sh config.gcc
  *** Configuration i386-unknown-freebsd2.1 not supported
  % env target=i386-unknown-freebsd3.1-aout sh config.gcc
  *** Configuration i386-unknown-freebsd3.1-aout not supported
  % env target=i386-unknown-freebsd3.1 sh config.gcc
  %

  % env target=x86_64-suse-llinux sh config.gcc
  *** Configuration x86_64-suse-llinux not supported
  % env target=x86_64-suse-linux sh config.gcc
  %


Gerald


2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>

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

Patch

Index: config.gcc
===================================================================
--- config.gcc	(revision 169769)
+++ 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