aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--4.6.0/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.6.0/gentoo/README.history1
-rw-r--r--4.6.1/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.6.1/gentoo/README.history1
-rw-r--r--4.6.2/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.6.2/gentoo/README.history1
-rw-r--r--4.6.3/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.6.3/gentoo/README.history3
-rw-r--r--4.7.0/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.7.0/gentoo/README.history1
-rw-r--r--4.7.1/gentoo/16_all_libgo-Werror-pr53679.patch16
-rw-r--r--4.7.1/gentoo/README.history3
12 files changed, 106 insertions, 0 deletions
diff --git a/4.6.0/gentoo/16_all_libgo-Werror-pr53679.patch b/4.6.0/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.6.0/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.0/gentoo/README.history b/4.6.0/gentoo/README.history
index 67e7a7e..7696f0d 100644
--- a/4.6.0/gentoo/README.history
+++ b/4.6.0/gentoo/README.history
@@ -1,6 +1,7 @@
1.3 [pending]
+ 05_all_gcc-4.6.x-siginfo.patch
- 08_all_cross-compile.patch
+ + 16_all_libgo-Werror-pr53679.patch
+ 27_all_gcj-glibc-2.15-pr50888.patch
+ 33_all_armhf.patch
+ 92_all_freebsd-pie.patch
diff --git a/4.6.1/gentoo/16_all_libgo-Werror-pr53679.patch b/4.6.1/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.6.1/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.1/gentoo/README.history b/4.6.1/gentoo/README.history
index a5a4357..4a4b779 100644
--- a/4.6.1/gentoo/README.history
+++ b/4.6.1/gentoo/README.history
@@ -1,6 +1,7 @@
1.1 [pending]
+ 05_all_gcc-4.6.x-siginfo.patch
- 08_all_cross-compile.patch
+ + 16_all_libgo-Werror-pr53679.patch
+ 27_all_gcj-glibc-2.15-pr50888.patch
+ 33_all_armhf.patch
+ 92_all_freebsd-pie.patch
diff --git a/4.6.2/gentoo/16_all_libgo-Werror-pr53679.patch b/4.6.2/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.6.2/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.2/gentoo/README.history b/4.6.2/gentoo/README.history
index cf32117..f31ab49 100644
--- a/4.6.2/gentoo/README.history
+++ b/4.6.2/gentoo/README.history
@@ -1,6 +1,7 @@
1.5 [pending]
+ 05_all_gcc-4.6.x-siginfo.patch
- 08_all_cross-compile.patch
+ + 16_all_libgo-Werror-pr53679.patch
+ 27_all_gcj-glibc-2.15-pr50888.patch
+ 33_all_armhf.patch
- 80_all_gcc-4.6-x32.patch
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
diff --git a/4.7.0/gentoo/16_all_libgo-Werror-pr53679.patch b/4.7.0/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.7.0/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.7.0/gentoo/README.history b/4.7.0/gentoo/README.history
index 5212904..c2af12b 100644
--- a/4.7.0/gentoo/README.history
+++ b/4.7.0/gentoo/README.history
@@ -1,4 +1,5 @@
1.2 [pending]
+ + 16_all_libgo-Werror-pr53679.patch
+ 49_all_gcc-4.7-x86-libitm-pr52695.patch
1.1 25 May 2012
diff --git a/4.7.1/gentoo/16_all_libgo-Werror-pr53679.patch b/4.7.1/gentoo/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000..3c1ece3
--- /dev/null
+++ b/4.7.1/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.7.1/gentoo/README.history b/4.7.1/gentoo/README.history
index 14aa5e2..62eebb1 100644
--- a/4.7.1/gentoo/README.history
+++ b/4.7.1/gentoo/README.history
@@ -1,3 +1,6 @@
+1.2 23 Jul 2012
+ + 16_all_libgo-Werror-pr53679.patch
+
1.1 23 Jul 2012
+ 49_all_gcc-4.7-x86-libitm-pr52695.patch