diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-28 09:27:21 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-28 09:27:21 +0000 |
commit | dacd159a98e28c1e5e1111c24cf400fee20f3e14 (patch) | |
tree | d8209f087325b31b1e8169f3b31edb9e386ec63f | |
parent | c94ed734c1e813b9b9d9a0e9490db0b8bb6d0678 (diff) | |
download | crosstool-ng-dacd159a98e28c1e5e1111c24cf400fee20f3e14.tar.gz crosstool-ng-dacd159a98e28c1e5e1111c24cf400fee20f3e14.tar.bz2 crosstool-ng-dacd159a98e28c1e5e1111c24cf400fee20f3e14.zip |
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(+)
-rw-r--r-- | scripts/build/binutils.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index df94ba81..41ef4a2f 100644 --- a/scripts/build/binutils.sh +++ b/scripts/build/binutils.sh @@ -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 |