]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 23 Nov 2011 22:15:54 +0000 (22:15 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 23 Nov 2011 22:15:54 +0000 (22:15 +0000)
*-*-freebsd*aout*): Remove.

From-SVN: r181679

libgcc/ChangeLog
libgcc/config.host

index bb974646a63389299a07dd2d1f350c360d2ade2d..71a75bbd0bf92c436b9650da457afb35d48b1a30 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-23  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
+       *-*-freebsd*aout*): Remove.
+
 2011-10-26  Release Manager
 
        * GCC 4.6.2 released.
index d3f64d687fc31c385a767f11985a735ddc0fde96..25e949e0fe3e34bd13c310cae163093b0b070899 100644 (file)
@@ -145,15 +145,6 @@ case ${host} in
   asm_hidden_op=.private_extern
   tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
   ;;
-*-*-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