public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] install missing rs6000 header, needed to build plugins
@ 2015-07-14  9:57 Matthias Klose
  2015-07-14 13:25 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2015-07-14  9:57 UTC (permalink / raw)
  To: gcc-patches; +Cc: David Edelsohn

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

This installs the rs6000-cpus.def file for powerpc targets (included by
default64.h), which is needed to build plugins on powerpc64* targets.

Ok for the trunk, and the 5 branch? Tested with a build and installation.

Matthias

[-- Attachment #2: ppc64-plugin-header.diff --]
[-- Type: text/plain, Size: 358 bytes --]


	PR target/66840
	* config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.

--- gcc/config/rs6000/t-rs6000
+++ gcc/config/rs6000/t-rs6000
@@ -19,6 +19,7 @@
 # <http://www.gnu.org/licenses/>.
 
 TM_H += $(srcdir)/config/rs6000/rs6000-builtin.def
+TM_H += $(srcdir)/config/rs6000/rs6000-cpus.def
 
 rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c
 	$(COMPILE) $<

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] install missing rs6000 header, needed to build plugins
  2015-07-14  9:57 [patch] install missing rs6000 header, needed to build plugins Matthias Klose
@ 2015-07-14 13:25 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2015-07-14 13:25 UTC (permalink / raw)
  To: Matthias Klose; +Cc: gcc-patches

On Tue, Jul 14, 2015 at 5:57 AM, Matthias Klose <doko@ubuntu.com> wrote:
> This installs the rs6000-cpus.def file for powerpc targets (included by
> default64.h), which is needed to build plugins on powerpc64* targets.
>
> Ok for the trunk, and the 5 branch? Tested with a build and installation.

Okay.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-14 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14  9:57 [patch] install missing rs6000 header, needed to build plugins Matthias Klose
2015-07-14 13:25 ` David Edelsohn

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).