summaryrefslogtreecommitdiffstats
path: root/main/gcc/15_all_libgfortran-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/15_all_libgfortran-Werror.patch')
-rw-r--r--main/gcc/15_all_libgfortran-Werror.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/gcc/15_all_libgfortran-Werror.patch b/main/gcc/15_all_libgfortran-Werror.patch
deleted file mode 100644
index 5f15373d8..000000000
--- a/main/gcc/15_all_libgfortran-Werror.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-libgfortran does not respect --disable-werror
-
-https://bugs.gentoo.org/433435
-http://gcc.gnu.org/PR54724
-
-
---- a/libgfortran/configure
-+++ b/libgfortran/configure
-@@ -5764,7 +5764,7 @@ fi
-
- # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
- if test "x$GCC" = "xyes"; then
-- AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
-+ AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"
- ## We like to use C99 routines when available. This makes sure that
- ## __STDC_VERSION__ is set such that libc includes make them available.
- AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"