aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-18 21:40:09 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-18 21:40:09 +0100
commit455a1ff3dbd5c06aa8987bfed050fd802ed34607 (patch)
tree26d5e2d72971b300e07e861f34fb6ca134a9d513
parent8.2.0: fix initialization of empty structs (diff)
downloadgcc-patches-455a1ff3dbd5c06aa8987bfed050fd802ed34607.tar.gz
gcc-patches-455a1ff3dbd5c06aa8987bfed050fd802ed34607.tar.bz2
gcc-patches-455a1ff3dbd5c06aa8987bfed050fd802ed34607.zip
8.2.0: update 105_all_libgfortran-Werror.patch to include configure.ac
Before this change only configure was update, but not configure.ac. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--8.2.0/gentoo/105_all_libgfortran-Werror.patch7
-rw-r--r--8.2.0/gentoo/README.history1
2 files changed, 8 insertions, 0 deletions
diff --git a/8.2.0/gentoo/105_all_libgfortran-Werror.patch b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
index c54a469..f6c26bf 100644
--- a/8.2.0/gentoo/105_all_libgfortran-Werror.patch
+++ b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
@@ -4,6 +4,13 @@ https://bugs.gentoo.org/433435
http://gcc.gnu.org/PR54724
+--- a/libgfortran/configure.ac
++++ b/libgfortran/configure.ac
+@@ -140,3 +140,3 @@ AM_PROG_CC_C_O
+ 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 C11 and C99 routines when available. This makes
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -5764,3 +5764,3 @@ fi
diff --git a/8.2.0/gentoo/README.history b/8.2.0/gentoo/README.history
index d85e258..3a021b7 100644
--- a/8.2.0/gentoo/README.history
+++ b/8.2.0/gentoo/README.history
@@ -1,5 +1,6 @@
1.5 TODO
+ 111_all_ubd-hog-PR85704.patch
+ U 105_all_libgfortran-Werror.patch
1.4 01 Oct 2018
+ 105_all_libgfortran-Werror.patch