commit:     c63021863f23023bd8d9f5637773324179f76ed5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  3 18:40:20 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  3 18:40:20 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c6302186

sys-devel/gcc: Remove dupe --enable-version-specific-runtime-libs

Package-Manager: portage-2.2.14

---
 sys-devel/gcc/gcc-4.9.2-r100.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.9.2-r100.ebuild 
b/sys-devel/gcc/gcc-4.9.2-r100.ebuild
index c61809d..6c8d007 100644
--- a/sys-devel/gcc/gcc-4.9.2-r100.ebuild
+++ b/sys-devel/gcc/gcc-4.9.2-r100.ebuild
@@ -242,6 +242,7 @@ src_configure() {
                # going to link in -lrt to all C++ apps.  #411681
                $(use_enable cxx libstdcxx-time)
 
+               # Put libs in gcc-specific subdirectories.
                --enable-version-specific-runtime-libs
                --enable-lto
                --enable-shared
@@ -399,13 +400,6 @@ src_configure() {
                amd64|x86) myconf+=( --enable-targets=all ) ;;
        esac
 
-       # On Darwin we need libdir to be set in order to get correct install 
names
-       # for things like libobjc-gnu, libgcj and libfortran.  If we enable it 
on
-       # non-Darwin we screw up the behaviour this eclass relies on.  We in
-       # particular need this over --libdir for bug #255315.
-       [[ ${CTARGET} == *-darwin* ]] && \
-               myconf+=( --enable-version-specific-runtime-libs )
-
        # Disable gcc info regeneration #464008
        export gcc_cv_prog_makeinfo_modern=no
 

Reply via email to