diff options
Diffstat (limited to 'gcc48-pr66840.patch')
-rw-r--r-- | gcc48-pr66840.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc48-pr66840.patch b/gcc48-pr66840.patch new file mode 100644 index 0000000..721ee03 --- /dev/null +++ b/gcc48-pr66840.patch @@ -0,0 +1,16 @@ +2015-07-14 Matthias Klose <doko@ubuntu.com> + + PR target/66840 + * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def. + +diff -Nrup a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 +--- /gcc/config/rs6000/t-rs6000 2013-08-14 05:55:11.000000000 -0600 ++++ gcc/config/rs6000/t-rs6000 2018-04-18 12:09:30.614737081 -0600 +@@ -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.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ + $(RTL_H) $(REGS_H) hard-reg-set.h \ |