diff options
Diffstat (limited to '4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch')
-rw-r--r-- | 4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch b/4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch index c85d480..c4e6d9b 100644 --- a/4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch +++ b/4.8.5/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch @@ -12,6 +12,9 @@ commit ea38f4be892b22b61a540a102bed374ddb381b9a git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202894 138bc75d-0d04-0410-961f-82ee72b054a4 which adds to-wrapper.o to ALL_HOST_BACKEND_OBJS +note: this also includes a small change to the flex command: +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125#c9 + From ed89620f0e3de714864805f5d29dbab0341a1746 Mon Sep 17 00:00:00 2001 From: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Wed, 3 Dec 2014 16:44:27 +0000 @@ -124,6 +127,19 @@ index 204bd85..3820d0b 100644 build/genmddeps.o: genmddeps.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h \ errors.h $(READ_MD_H) build/genmodes.o : genmodes.c $(BCONFIG_H) $(SYSTEM_H) errors.h \ +@@ -2623,11 +2623,7 @@ + # bconfig.h because AIX requires _LARGE_FILES to be defined before + # any system header is included. + gengtype-lex.c : gengtype-lex.l +- -$(FLEX) $(FLEXFLAGS) -o$@ $< && { \ +- echo '#include "bconfig.h"' > $@.tmp; \ +- cat $@ >> $@.tmp; \ +- mv $@.tmp $@; \ +- } ++ $(FLEX) $(FLEXFLAGS) -o$@ $< + + # + # Remake internationalization support. diff --git a/gcc/errors.c b/gcc/errors.c index be38b1f..a6a30fe 100644 --- a/gcc/errors.c |