Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 659798

Summary: >=sys-devel/gcc-7: Unused --disable-libgcj option passed to configure
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: EclassesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch

Description Arfrever Frehtes Taifersar Arahesis 2018-07-01 22:15:30 UTC
--enable-libgcj / --disable-libgcj option was deleted in GCC >=7, but toolchain_src_configure() still passes --disable-libgcj option to configure in GCC >=7.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-07-01 22:19:17 UTC
Created attachment 538054 [details, diff]
Patch
Comment 2 Larry the Git Cow gentoo-dev 2018-07-01 22:41:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335cd9e205e69ad8afebe8b75815c2d9ce2c1374

commit 335cd9e205e69ad8afebe8b75815c2d9ce2c1374
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2018-07-01 22:17:04 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-07-01 22:40:58 +0000

    toolchain.eclass: Do not pass unused --disable-libgcj option in GCC >=7.
    
    Closes: https://bugs.gentoo.org/659798
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 eclass/toolchain.eclass | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)