diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-11-21 02:29:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-11-21 02:29:09 +0000 |
commit | 515a0cfc80164c69fe9240d0002411fe32dbf241 (patch) | |
tree | 027904fcb8e9859ff8f76f31c821a3a2e33b0606 | |
parent | e5fe4319e726b2b6baf4a31e42faa446eb6d00b4 (diff) | |
download | gcc-515a0cfc80164c69fe9240d0002411fe32dbf241.zip gcc-515a0cfc80164c69fe9240d0002411fe32dbf241.tar.gz gcc-515a0cfc80164c69fe9240d0002411fe32dbf241.tar.bz2 |
* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
*-*-freebsd*aout*): Remove.
From-SVN: r181550
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dbe5f06..bfcbb8e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-21 Gerald Pfeifer <gerald@pfeifer.com> + + * config.host (*-*-freebsd[12], *-*-freebsd[12].*, + *-*-freebsd*aout*): Remove. + 2011-11-20 Hans-Peter Nilsson <hp@axis.com> * static-object.mk (c_flags-$o): Save c_flags. diff --git a/libgcc/config.host b/libgcc/config.host index 342d60c..ef591be 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -172,15 +172,6 @@ case ${host} in tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin" extra_parts=crt3.o ;; -*-*-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 |