mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-20 00:03:53 +00:00
Build both shared and static versions of binutils' libraries for target.
/trunk/scripts/build/binutils.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
This commit is contained in:
@ -78,6 +78,7 @@ do_binutils_target() {
|
|||||||
--host=${CT_TARGET} \
|
--host=${CT_TARGET} \
|
||||||
--target=${CT_TARGET} \
|
--target=${CT_TARGET} \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--enable-shared --enable-static \
|
||||||
${CT_BINUTILS_EXTRA_CONFIG} \
|
${CT_BINUTILS_EXTRA_CONFIG} \
|
||||||
--disable-nls 2>&1 |CT_DoLog ALL
|
--disable-nls 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user