New commits:
commit b395d9bd33313a1dcbd3fcbe35fcb79ecc38d9a4
Author: Javier Vasquez <j.e.vasquez.v AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
gcc: fixed patching for non-Go installations
Signed-off-by: Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/gnu/gcc/EXPORTS b/gnu/gcc/EXPORTS
old mode 100644
new mode 100755
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 8a8b299..63fd4b4 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,7 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: apply go patch only if Go compiler was included into
build
+ * EXPORTS: chmod +x
+
2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply the patch
* mksysinfo.patch: added, to fix header generation for libgo (included
diff --git a/gnu/gcc/PRE_BUILD b/gnu/gcc/PRE_BUILD
index 228b361..841dca0 100755
--- a/gnu/gcc/PRE_BUILD
+++ b/gnu/gcc/PRE_BUILD
@@ -61,6 +61,10 @@ sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in &&