From: Iain Sandoe Date: Fri, 28 Jun 2019 18:51:09 +0000 (+0000) Subject: [Darwin, PPC] Install the same headers as other sub-targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=415f0387fb414a66970352ab2ce540295edf0487;p=gcc.git [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 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove override on extra_headers. From-SVN: r272790 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64714b15784..84cc51febb8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-06-28 Iain Sandoe + + * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove + override on extra_headers. + 2019-06-28 Iain Sandoe * config/darwin-c.c (pop_field_alignment): Quote #pragma options. diff --git a/gcc/config.gcc b/gcc/config.gcc index 8e3285b9db3..c281c418b28 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"