Line
Link Here
|
0 |
-- eclass/toolchain-binutils.eclass |
0 |
++ eclass/toolchain-binutils.eclass |
Lines 89-95
Link Here
|
89 |
LICENSE="|| ( GPL-2 LGPL-2 )" |
89 |
LICENSE="|| ( GPL-2 LGPL-2 )" |
90 |
fi |
90 |
fi |
91 |
IUSE="cxx multitarget nls static-libs test vanilla" |
91 |
IUSE="cxx multitarget nls static-libs test vanilla" |
92 |
if version_is_at_least 2.19 ; then |
92 |
if ! version_is_at_least 2.26 ; then |
93 |
IUSE+=" zlib" |
93 |
IUSE+=" zlib" |
94 |
fi |
94 |
fi |
95 |
SLOT="${BVER}" |
95 |
SLOT="${BVER}" |
Lines 263-268
Link Here
|
263 |
# older versions did not have an explicit configure flag |
263 |
# older versions did not have an explicit configure flag |
264 |
export ac_cv_search_zlibVersion=$(usex zlib -lz no) |
264 |
export ac_cv_search_zlibVersion=$(usex zlib -lz no) |
265 |
myconf+=( $(use_with zlib) ) |
265 |
myconf+=( $(use_with zlib) ) |
|
|
266 |
else |
267 |
myconf+=( --with-system-zlib ) |
266 |
fi |
268 |
fi |
267 |
|
269 |
|
268 |
# For bi-arch systems, enable a 64bit bfd. This matches |
270 |
# For bi-arch systems, enable a 64bit bfd. This matches |