diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-19 09:33:27 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-19 09:39:48 +0100 |
commit | 5a00ffa513c9cc38af9a6c573005521fada0b6d7 (patch) | |
tree | f6a14429cea10bcae6c1b756a6d628b143be230c /sys-libs/glibc | |
parent | sys-kernel/linux-firmware: Quote filename containing whitespace. (diff) | |
download | gentoo-5a00ffa513c9cc38af9a6c573005521fada0b6d7.tar.gz gentoo-5a00ffa513c9cc38af9a6c573005521fada0b6d7.tar.bz2 gentoo-5a00ffa513c9cc38af9a6c573005521fada0b6d7.zip |
sys-libs/glibc: drop obsolete -fno-strict-aliasing, bug #686018
Reported-and-tested-by: Jan Fikar
Bug: https://bugs.gentoo.org/686018
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 3655b03320f1..e39fd36b2f08 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -372,9 +372,8 @@ setup_flags() { fi # Lock glibc at -O2; we want to be conservative here. - # -fno-strict-aliasing is to work around #155906. filter-flags '-O?' - append-flags -O2 -fno-strict-aliasing + append-flags -O2 filter-flags '-fstack-protector*' } |