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:
Yann E. MORIN" 2008-04-28 09:27:21 +00:00
parent c94ed734c1
commit dacd159a98

View File

@ -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