fix gcc85

This commit is contained in:
ziggi
2019-12-28 10:13:52 +00:00
parent ce8c2f081a
commit 64da9e08af
4 changed files with 1075 additions and 2082 deletions

View File

@@ -94,6 +94,11 @@ PLIST_SUB+= SUFFIX=${GCC_SUFFIX}
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${FIND} ${WRKDIR} -type f -name '*.[ch]' | \
${XARGS} ${EGREP} -l '(HOST_WIDE|PLUGIN_COND)' | \
${XARGS} ${REINPLACE_CMD} -E -e 's,"(HOST_WIDE|PLUGIN_COND)," \1,g'
pre-configure:
${MKDIR} ${WRKSRC}
${FIND} ${WRKSRC} -name 'config.cache' | ${XARGS} ${RM} -v

View File

@@ -0,0 +1,20 @@
--- gcc/doc/gcc.texi.orig 2015-06-23 07:35:08 UTC
+++ gcc/doc/gcc.texi
@@ -85,9 +85,15 @@ Published by:
@item GNU Press
@tab Website: www.gnupress.org
@item a division of the
-@tab General: @tex press@@gnu.org @end tex
+@tab General:
+@tex
+press@@gnu.org
+@end tex
@item Free Software Foundation
-@tab Orders: @tex sales@@gnu.org @end tex
+@tab Orders:
+@tex
+sales@@gnu.org
+@end tex
@item 51 Franklin Street, Fifth Floor
@tab Tel 617-542-5942
@item Boston, MA 02110-1301 USA

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff