diff options
Diffstat (limited to 'base/gcc/gcc-4.3.2-nocheck-fixincludes.patch')
-rw-r--r-- | base/gcc/gcc-4.3.2-nocheck-fixincludes.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/base/gcc/gcc-4.3.2-nocheck-fixincludes.patch b/base/gcc/gcc-4.3.2-nocheck-fixincludes.patch new file mode 100644 index 000000000..9f63ee06e --- /dev/null +++ b/base/gcc/gcc-4.3.2-nocheck-fixincludes.patch @@ -0,0 +1,14 @@ +diff -Nru gcc-4.0.3-old/fixincludes/Makefile.in gcc-4.0.3/fixincludes/Makefile.in +--- gcc-4.0.3-old/fixincludes/Makefile.in 2006-03-14 02:13:34.000000000 +0100 ++++ gcc-4.0.3/fixincludes/Makefile.in 2006-03-14 02:17:39.000000000 +0100 +@@ -163,9 +163,7 @@ + cp $(srcdir)/../gcc/aclocal.m4 . + + check : all +- autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def +- $(SHELL) ./check.sh $(srcdir)/tests/base +- @rm -f ./check.sh ++ echo "No check here.." + + install : all + -rm -rf $(DESTDIR)$(itoolsdir) |