diff options
| author | Sam James <sam@gentoo.org> | 2025-06-29 12:01:58 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-29 12:01:58 +0100 |
| commit | dc0d830c133f2f2e8729bb9b192b8712f37ac182 (patch) | |
| tree | 055730b9e6f55b93920182031a1ba00789258714 /app-editors/vim-core/vim-core-9999.ebuild | |
| parent | 464630b66751fade775dd4226c8a7a90583bdc1c (diff) | |
| download | gentoo-dc0d830c133f2f2e8729bb9b192b8712f37ac182.tar.gz gentoo-dc0d830c133f2f2e8729bb9b192b8712f37ac182.tar.bz2 gentoo-dc0d830c133f2f2e8729bb9b192b8712f37ac182.zip | |
app-editors/vim-core: drop ancient flag mangling
None of this should be needed now. Any new issues will be investigated
afresh.
Bug: https://bugs.gentoo.org/37354
Bug: https://bugs.gentoo.org/57859
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim-core/vim-core-9999.ebuild')
| -rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 6884c8d3de72..d9ac9cfb553b 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -116,10 +116,6 @@ src_prepare() { } src_configure() { - # Fix bug #37354: Disallow -funroll-all-loops on amd64 - # Bug 57859 suggests that we want to do this for all archs - filter-flags -funroll-all-loops - emake -j1 -C src autoconf # This should fix a sandbox violation (see bug 24447). The hvc |
