mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +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:
parent
c94ed734c1
commit
dacd159a98
@ -78,6 +78,7 @@ do_binutils_target() {
|
||||
--host=${CT_TARGET} \
|
||||
--target=${CT_TARGET} \
|
||||
--prefix=/usr \
|
||||
--enable-shared --enable-static \
|
||||
${CT_BINUTILS_EXTRA_CONFIG} \
|
||||
--disable-nls 2>&1 |CT_DoLog ALL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user