From: Iain Sandoe Date: Fri, 1 Nov 2019 20:20:47 +0000 (+0000) Subject: [Darwin, PPC] Install the same headers as other sub-targets. X-Git-Tag: releases/gcc-7.5.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8689f6bdaaede220fd2a6be9226d3e7a2b20622;p=thirdparty%2Fgcc.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. gcc/ 2019-11-01 Iain Sandoe Backport from mainline 2019-06-28 Iain Sandoe * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove override on extra_headers. From-SVN: r277720 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e35c6c7f193..c3eea050d30d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2019-11-01 Iain Sandoe + + Backport from mainline + 2019-06-28 Iain Sandoe + + * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove + override on extra_headers. + 2019-11-01 Iain Sandoe Backport from mainline diff --git a/gcc/config.gcc b/gcc/config.gcc index 1f8f680cb7d0..504b282db255 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"