Commit 0db8fa89 by Gerald Pfeifer Committed by Gerald Pfeifer

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

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

From-SVN: r169770
parent 9cd4f22a
2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
* config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
Move to the unsupported targets list.
2011-02-02 Peter Bergner <bergner@vnet.ibm.com> 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
PR rtl-optimization/47525 PR rtl-optimization/47525
......
...@@ -246,6 +246,8 @@ case ${target} in ...@@ -246,6 +246,8 @@ case ${target} in
| pdp11-*-bsd \ | pdp11-*-bsd \
| sparc-hal-solaris2* \ | sparc-hal-solaris2* \
| thumb-*-* \ | thumb-*-* \
| *-*-freebsd[12] | *-*-freebsd[12].* \
| *-*-freebsd*aout* \
| *-*-linux*aout* \ | *-*-linux*aout* \
| *-*-linux*coff* \ | *-*-linux*coff* \
| *-*-linux*libc1* \ | *-*-linux*libc1* \
...@@ -480,15 +482,6 @@ case ${target} in ...@@ -480,15 +482,6 @@ case ${target} in
"" | yes | posix) thread_file='posix' ;; "" | yes | posix) thread_file='posix' ;;
esac 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*) *-*-freebsd*)
# This is the generic ELF configuration of FreeBSD. Later # This is the generic ELF configuration of FreeBSD. Later
# machine-specific sections may refine and add to this # machine-specific sections may refine and add to this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment