diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2019-06-28 18:51:09 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2019-06-28 18:51:09 +0000 |
commit | 415f0387fb414a66970352ab2ce540295edf0487 (patch) | |
tree | 07ed5187bb4cb135b7cdfb4a94bbcabc4273af47 /gcc/config.gcc | |
parent | ccd40a69325b28139a4d03873ee15e19e8901895 (diff) | |
download | gcc-415f0387fb414a66970352ab2ce540295edf0487.zip gcc-415f0387fb414a66970352ab2ce540295edf0487.tar.gz gcc-415f0387fb414a66970352ab2ce540295edf0487.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.
2019-06-28 Iain Sandoe <iain@sandoe.co.uk>
* config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove
override on extra_headers.
From-SVN: r272790
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8e3285b..c281c41 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2627,13 +2627,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" |