]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, ppc, Fix test fails that depend on installed headers.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 3 Aug 2019 19:53:51 +0000 (19:53 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 3 Aug 2019 19:53:51 +0000 (19:53 +0000)
Several port tests use headers that Darwin has not been
installing.  This removes the override on the header install
thus making Darwin's set match the reset of the port.

2019-08-03  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline
2019-06-28  Iain Sandoe  <iain@sandoe.co.uk>

* config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove
override on extra_headers.

From-SVN: r274046

gcc/ChangeLog
gcc/config.gcc

index f930c8b7a617865325c14f07f1dbed042b617ae7..2b1fb907a51eba491a73ec5d2f6b307941215887 100644 (file)
@@ -1,3 +1,11 @@
+2019-08-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backport from mainline
+       2019-06-28  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove
+       override on extra_headers.
+
 2019-08-03  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline
index c7a464c89d06a427ce5b02976068b56054936adc..ab85d4b344fe8a698bd064e45c795fe82defdd5f 100644 (file)
@@ -2591,13 +2591,11 @@ powerpc-*-darwin*)
            ;;
        esac
        tmake_file="${tmake_file} t-slibgcc"
-       extra_headers=altivec.h
        ;;
 powerpc64-*-darwin*)
        extra_options="${extra_options} ${cpu_type}/darwin.opt"
        tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc"
        tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
-       extra_headers=altivec.h
        ;;
 powerpc*-*-freebsd*)
        tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h ${fbsd_tm_file} rs6000/sysv4.h"