comparison dev/binutils/binutils.sh @ 766:e91fbcb3d1ef

vanilla: consolidate FHS
author David Demelier <markand@malikania.fr>
date Fri, 09 Aug 2019 20:10:00 +0200
parents 859f76ffb512
children e04f8a4f9321
comparison
equal deleted inserted replaced
765:859f76ffb512 766:e91fbcb3d1ef
63 ./configure \ 63 ./configure \
64 --build=$CBUILD \ 64 --build=$CBUILD \
65 --host=$CHOST \ 65 --host=$CHOST \
66 --target=$CTARGET \ 66 --target=$CTARGET \
67 --prefix= \ 67 --prefix= \
68 --exec-prefix=/libexec/binutils \
68 --sbindir=/bin \ 69 --sbindir=/bin \
69 --disable-werror \ 70 --disable-werror \
70 --enable-shared \ 71 --enable-shared \
71 --with-system-zlib \ 72 --with-system-zlib \
72 $with_nls \ 73 $with_nls \