re PR target/66840 (plugins fail to build on powerpc64le-linux-gnu)
authorMatthias Klose <doko@ubuntu.com>
Tue, 14 Jul 2015 13:50:01 +0000 (13:50 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 14 Jul 2015 13:50:01 +0000 (13:50 +0000)
2015-07-14  Matthias Klose  <doko@ubuntu.com>

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

From-SVN: r225772

gcc/ChangeLog
gcc/config/rs6000/t-rs6000

index e977389..f31f648 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-14  Matthias Klose  <doko@ubuntu.com>
+
+       PR target/66840
+       * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
+
 2015-07-14  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/66863
index 796d7d8..1fe5a53 100644 (file)
@@ -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) $<