aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2019-11-01 20:20:47 +0000
committerIain Sandoe <iains@gcc.gnu.org>2019-11-01 20:20:47 +0000
commitf8689f6bdaaede220fd2a6be9226d3e7a2b20622 (patch)
treef587d238e2ad205cb99d7bd3edf4bca4350adfbf /gcc
parent8cb850187df47bc81c0d2a9057eb7da91d0a638a (diff)
downloadgcc-f8689f6bdaaede220fd2a6be9226d3e7a2b20622.zip
gcc-f8689f6bdaaede220fd2a6be9226d3e7a2b20622.tar.gz
gcc-f8689f6bdaaede220fd2a6be9226d3e7a2b20622.tar.bz2
[Darwin, PPC] Install the same headers as other sub-targets.
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config.gcc4
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6e35c6c..c3eea05 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,14 @@
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
2019-06-27 Iain Sandoe <iain@sandoe.co.uk>
* config/rs6000/rs6000.c (darwin_rs6000_override_options): Honour
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 1f8f680..504b282 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"