Commit d8905777 by Segher Boessenkool Committed by Segher Boessenkool

Disallow configuring for powerpc*-*-linux*paired

The proper way, that is.


	* gcc/config.gcc (Unsupported targets): Add powerpc*-*-linux*paired*.
	(powerpc*-*-linux*): Don't handle it here.

From-SVN: r266763
parent 8c6f7e0f
2018-12-03 Segher Boessenkool <segher@kernel.crashing.org>
* gcc/config.gcc (Unsupported targets): Add powerpc*-*-linux*paired*.
(powerpc*-*-linux*): Don't handle it here.
2018-12-03 Jeff Law <law@redhat.com> 2018-12-03 Jeff Law <law@redhat.com>
* config/h8300/h8300.md (<code>qi3_1): Add gcc_unreachable to keep * config/h8300/h8300.md (<code>qi3_1): Add gcc_unreachable to keep
...@@ -278,6 +278,7 @@ case ${target} in ...@@ -278,6 +278,7 @@ case ${target} in
| m68k-*-uclinuxoldabi* \ | m68k-*-uclinuxoldabi* \
| mips64orion*-*-rtems* \ | mips64orion*-*-rtems* \
| pdp11-*-bsd \ | pdp11-*-bsd \
| powerpc*-*-linux*paired* \
| sparc-hal-solaris2* \ | sparc-hal-solaris2* \
| thumb-*-* \ | thumb-*-* \
| *-*-freebsd[12] | *-*-freebsd[1234].* \ | *-*-freebsd[12] | *-*-freebsd[1234].* \
...@@ -2660,7 +2661,7 @@ powerpc*-*-linux*) ...@@ -2660,7 +2661,7 @@ powerpc*-*-linux*)
all) maybe_biarch=yes ;; all) maybe_biarch=yes ;;
esac esac
case ${target} in case ${target} in
powerpc64*-*-linux*spe* | powerpc*-*-linux*paired*) powerpc64*-*-linux*spe*)
echo "*** Configuration ${target} not supported" 1>&2 echo "*** Configuration ${target} not supported" 1>&2
exit 1 exit 1
;; ;;
......
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