Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659798 - >=sys-devel/gcc-7: Unused --disable-libgcj option passed to configure
Summary: >=sys-devel/gcc-7: Unused --disable-libgcj option passed to configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-01 22:15 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-07-01 22:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (toolchain.eclass.patch,975 bytes, patch)
2018-07-01 22:19 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)