public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Darwin, PPC, committed] Install the same headers as other sub-targets.
@ 2019-06-28 18:56 Iain Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain Sandoe @ 2019-06-28 18:56 UTC (permalink / raw)
  To: GCC Patches; +Cc: Segher Boessenkool

This is primarily in order to improve testsuite coverage, (it allows us to run
the compile tests for the x86 intrinisics support, for example).  We might
elect to prune the list at some point.

tested on powerpc-darwin9
applied to mainline
Iain

2019-06-28  Iain Sandoe  <iain@sandoe.co.uk>

	* config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove
	override on extra_headers.

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-28 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 18:56 [Darwin, PPC, committed] Install the same headers as other sub-targets Iain Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).