mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
* config.host (*-*-freebsd[12], *-*-freebsd[12].*,
*-*-freebsd*aout*): Remove. From-SVN: r181550
This commit is contained in:
parent
e5fe4319e7
commit
515a0cfc80
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user