summaryrefslogtreecommitdiffstats
path: root/main/gcc/16_all_libgomp-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/16_all_libgomp-Werror.patch')
-rw-r--r--main/gcc/16_all_libgomp-Werror.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/gcc/16_all_libgomp-Werror.patch b/main/gcc/16_all_libgomp-Werror.patch
deleted file mode 100644
index d6a355d67..000000000
--- a/main/gcc/16_all_libgomp-Werror.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-libgomp does not respect --disable-werror
-
-https://bugs.gentoo.org/229059
-http://gcc.gnu.org/PR38436
-
-
---- a/libgomp/configure
-+++ b/libgomp/configure
-@@ -4282,7 +4282,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.