]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Darwin, PPC] Install the same headers as other sub-targets.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 1 Nov 2019 20:20:47 +0000 (20:20 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 1 Nov 2019 20:20:47 +0000 (20:20 +0000)
This is primarily in order to improve testsuite coverage, we might elect
to prune the list at some point.

gcc/

2019-11-01  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: r277720

gcc/ChangeLog
gcc/config.gcc

index 6e35c6c7f193c2394f4da97fb6ffdcc7f359e4bb..c3eea050d30dce68f3ec94444b441c6b0e719b83 100644 (file)
@@ -1,3 +1,11 @@
+2019-11-01  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-11-01  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backport from mainline
index 1f8f680cb7d08cc01502d699ce03379d72cea010..504b282db255c795862c151bcd46b0e68f532796 100644 (file)
@@ -2370,18 +2370,16 @@ powerpc-*-darwin*)
            tm_file="${tm_file} ${cpu_type}/darwin7.h"
            ;;
          *-darwin[456]*)
-           # Earlier - ingle arch, with 32b only
+           # Earlier - single arch, with 32b only
            # OS X 10.0, the first edition is Darwin4
            ;;
        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-biarch t-slibgcc"
        tm_file="${tm_file} ${cpu_type}/darwin64-biarch.h"
-       extra_headers=altivec.h
        ;;
 powerpc*-*-freebsd*)
        tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h"