From: Iain Sandoe Date: Sat, 3 Aug 2019 19:53:51 +0000 (+0000) Subject: Darwin, ppc, Fix test fails that depend on installed headers. X-Git-Tag: releases/gcc-9.2.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ba0fd304f496d757dbf1e55c0722f38d951be4;p=thirdparty%2Fgcc.git Darwin, ppc, Fix test fails that depend on installed headers. Several port tests use headers that Darwin has not been installing. This removes the override on the header install thus making Darwin's set match the reset of the port. 2019-08-03 Iain Sandoe Backport from mainline 2019-06-28 Iain Sandoe * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove override on extra_headers. From-SVN: r274046 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f930c8b7a617..2b1fb907a51e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2019-08-03 Iain Sandoe + + Backport from mainline + 2019-06-28 Iain Sandoe + + * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove + override on extra_headers. + 2019-08-03 Iain Sandoe Backport from mainline diff --git a/gcc/config.gcc b/gcc/config.gcc index c7a464c89d06..ab85d4b344fe 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2591,13 +2591,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"