aboutsummaryrefslogtreecommitdiff
path: root/4.6.3
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-23 16:12:23 +0000
committerMike Frysinger <vapier@gentoo.org>2012-07-23 16:12:23 +0000
commit9cea8375f9f700312b307f9fd494c28b95679352 (patch)
treeaeebe513814921277ddb0eefe03015e35f0c664e /4.6.3
parentfix building with newer glibc and siginfo changes #427220 (diff)
downloadgcc-patches-9cea8375f9f700312b307f9fd494c28b95679352.tar.gz
gcc-patches-9cea8375f9f700312b307f9fd494c28b95679352.tar.bz2
gcc-patches-9cea8375f9f700312b307f9fd494c28b95679352.zip
do not build libgo with -Werror #423153
Diffstat (limited to '4.6.3')
-rw-r--r--4.6.3/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.6.3/gentoo/README.history3
2 files changed, 19 insertions, 0 deletions
diff --git a/4.6.3/gentoo/16_all_libgo-Werror-pr53679.patch b/4.6.3/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.6.3/gentoo/16_all_libgo-Werror-pr53679.patch
@@ -0,0 +1,16 @@
+libgo does not respect --disable-werror
+
+https://bugs.gentoo.org/423153
+http://gcc.gnu.org/PR53679
+
+--- a/libgo/configure
++++ b/libgo/configure
+@@ -13384,7 +13384,7 @@ done
+ WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
+
+
+-WERROR="-Werror"
++WERROR=""
+
+
+ glibgo_toolexecdir=no
diff --git a/4.6.3/gentoo/README.history b/4.6.3/gentoo/README.history
index caf5616..9ee439b 100644
--- a/4.6.3/gentoo/README.history
+++ b/4.6.3/gentoo/README.history
@@ -1,3 +1,6 @@
+1.5 23 Jul 2012
+ + 16_all_libgo-Werror-pr53679.patch
+
1.4 23 Jul 2012
+ 05_all_gcc-4.6.x-siginfo.patch
- 08_all_cross-compile.patch