]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Disallow configuring for powerpc*-*-linux*paired
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 3 Dec 2018 19:34:22 +0000 (20:34 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 3 Dec 2018 19:34:22 +0000 (20:34 +0100)
The proper way, that is.

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

From-SVN: r266763

gcc/ChangeLog
gcc/config.gcc

index 36906e314b7042f649b834f0d1e09c3bdabdd692..1efc9270f9b45cc36920ca3f9b52a5828717533f 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * config/h8300/h8300.md (<code>qi3_1): Add gcc_unreachable to keep
index f6162ed496e32d590187075c516824508171646e..cbabd21b33723a65790e2eafe8aa4979051cae48 100644 (file)
@@ -278,6 +278,7 @@ case ${target} in
  | m68k-*-uclinuxoldabi*               \
  | mips64orion*-*-rtems*               \
  | pdp11-*-bsd                         \
+ | powerpc*-*-linux*paired*            \
  | sparc-hal-solaris2*                 \
  | thumb-*-*                           \
  | *-*-freebsd[12] | *-*-freebsd[1234].* \
@@ -2660,7 +2661,7 @@ powerpc*-*-linux*)
            all) maybe_biarch=yes ;;
        esac
        case ${target} in
-           powerpc64*-*-linux*spe* | powerpc*-*-linux*paired*)
+           powerpc64*-*-linux*spe*)
                echo "*** Configuration ${target} not supported" 1>&2
                exit 1
                ;;