comparison dev/binutils/binutils.sh @ 770:e04f8a4f9321

dev/binutils: fix paths
author David Demelier <markand@malikania.fr>
date Fri, 09 Aug 2019 20:34:00 +0200
parents e91fbcb3d1ef
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
769:1c0d1dafdec5 770:e04f8a4f9321
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 --exec-prefix=/libexec/binutils \
69 --bindir=/bin \
69 --sbindir=/bin \ 70 --sbindir=/bin \
70 --disable-werror \ 71 --disable-werror \
71 --enable-shared \ 72 --enable-shared \
72 --with-system-zlib \ 73 --with-system-zlib \
73 $with_nls \ 74 $with_nls \