# HG changeset patch # User "Yann E. MORIN" # Date 1209374841 0 # Node ID 8654a8d49ff95252687f9e79c7d7183958622ec6 # Parent 0ef95f8b203e86d69ab3a3c41f545dd62fda8caf 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(+) diff -r 0ef95f8b203e -r 8654a8d49ff9 scripts/build/binutils.sh --- a/scripts/build/binutils.sh Mon Apr 28 08:55:33 2008 +0000 +++ b/scripts/build/binutils.sh Mon Apr 28 09:27:21 2008 +0000 @@ -78,6 +78,7 @@ --host=${CT_TARGET} \ --target=${CT_TARGET} \ --prefix=/usr \ + --enable-shared --enable-static \ ${CT_BINUTILS_EXTRA_CONFIG} \ --disable-nls 2>&1 |CT_DoLog ALL