commit: 5a00ffa513c9cc38af9a6c573005521fada0b6d7 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun May 19 08:33:27 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun May 19 08:39:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a00ffa5
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 <AT> gentoo.org> sys-libs/glibc/glibc-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 3655b03320f..e39fd36b2f0 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*' }
