Build both shared and static versions of binutils' libraries for target.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Apr 28 09:27:21 2008 +0000 (2008-04-28)
changeset 4658654a8d49ff9
parent 464 0ef95f8b203e
child 466 7f9bbf94b0bb
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(+)
scripts/build/binutils.sh
     1.1 --- a/scripts/build/binutils.sh	Mon Apr 28 08:55:33 2008 +0000
     1.2 +++ b/scripts/build/binutils.sh	Mon Apr 28 09:27:21 2008 +0000
     1.3 @@ -78,6 +78,7 @@
     1.4              --host=${CT_TARGET}                             \
     1.5              --target=${CT_TARGET}                           \
     1.6              --prefix=/usr                                   \
     1.7 +            --enable-shared --enable-static                 \
     1.8              ${CT_BINUTILS_EXTRA_CONFIG}                     \
     1.9              --disable-nls                                   2>&1 |CT_DoLog ALL
    1.10