aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc/15_all_libgomp-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gcc/15_all_libgomp-Werror.patch')
-rw-r--r--testing/gcc/15_all_libgomp-Werror.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/gcc/15_all_libgomp-Werror.patch b/testing/gcc/15_all_libgomp-Werror.patch
new file mode 100644
index 0000000000..3456e8ae82
--- /dev/null
+++ b/testing/gcc/15_all_libgomp-Werror.patch
@@ -0,0 +1,16 @@
+libgomp does not respect --disable-werror
+
+https://bugs.gentoo.org/229059
+http://gcc.gnu.org/PR38436
+
+--- a/libgomp/configure
++++ b/libgomp/configure
+@@ -4284,7 +4284,7 @@ save_CFLAGS="$CFLAGS"
+
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+- XCFLAGS="$XCFLAGS -Wall -Werror"
++ XCFLAGS="$XCFLAGS -Wall"
+ fi
+
+ # Find other programs we need.