aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/16_all_libgo-Werror-pr53679.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/16_all_libgo-Werror-pr53679.patch')
-rw-r--r--main/gcc/16_all_libgo-Werror-pr53679.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/gcc/16_all_libgo-Werror-pr53679.patch b/main/gcc/16_all_libgo-Werror-pr53679.patch
new file mode 100644
index 0000000000..3c1ece3640
--- /dev/null
+++ b/main/gcc/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