comparison dev/binutils/binutils.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 936f40a89c99
children 859f76ffb512
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
64 --build=$CBUILD \ 64 --build=$CBUILD \
65 --host=$CHOST \ 65 --host=$CHOST \
66 --target=$CTARGET \ 66 --target=$CTARGET \
67 --sbindir=/bin \ 67 --sbindir=/bin \
68 --prefix= \ 68 --prefix= \
69 --disable-static \
70 --disable-werror \ 69 --disable-werror \
71 --enable-shared \ 70 --enable-shared \
72 --program-prefix=binutils- \ 71 --program-prefix=binutils- \
73 --with-system-zlib \ 72 --with-system-zlib \
74 $with_nls \ 73 $with_nls \