diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-21 02:29:09 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-21 02:29:09 +0000 |
commit | 30957bde7482f0f1b2e3e07a9a8d977fc547b826 (patch) | |
tree | 027904fcb8e9859ff8f76f31c821a3a2e33b0606 /libgcc/config.host | |
parent | 16459f3b012163d83d6ce99b9b4e9f5b56906616 (diff) | |
download | gcc-30957bde7482f0f1b2e3e07a9a8d977fc547b826.tar.gz |
* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
*-*-freebsd*aout*): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 342d60c6be7..ef591becd9b 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 |