diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-16 11:28:53 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-16 11:28:53 +0100 |
commit | 52f599fc37324ea16463bb1fc0c1a3cdedd80e29 (patch) | |
tree | fb75b84cfb7a3c4284b5ee95a5fa2040e7b120c7 /8.5.0/gentoo/20_all_libitm-Werror.patch | |
parent | 8.4.0: abandoned in favour of 8.5.0 (diff) | |
download | gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.gz gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.bz2 gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.zip |
8.5.0: cut 1 patchset, a copy of 8.4.0 with upstreamed pacthes removed
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '8.5.0/gentoo/20_all_libitm-Werror.patch')
-rw-r--r-- | 8.5.0/gentoo/20_all_libitm-Werror.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/8.5.0/gentoo/20_all_libitm-Werror.patch b/8.5.0/gentoo/20_all_libitm-Werror.patch new file mode 100644 index 0000000..27181e0 --- /dev/null +++ b/8.5.0/gentoo/20_all_libitm-Werror.patch @@ -0,0 +1,19 @@ +libitm does not respect --disable-werror + +https://bugs.gentoo.org/475350 +--- a/libitm/configure.ac ++++ b/libitm/configure.ac +@@ -4282,4 +4282,4 @@ 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 +--- a/libitm/configure ++++ b/libitm/configure +@@ -4282,4 +4282,4 @@ 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 |