comparison gnu/binutils/binutils.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
60 LIBS="$LIBS" \ 60 LIBS="$LIBS" \
61 ./configure \ 61 ./configure \
62 --build=$CBUILD \ 62 --build=$CBUILD \
63 --host=$CHOST \ 63 --host=$CHOST \
64 --target=$CTARGET \ 64 --target=$CTARGET \
65 --prefix= \ 65 --prefix=/usr \
66 --exec-prefix=/libexec/binutils \ 66 --exec-prefix=/libexec/binutils \
67 --bindir=/bin \ 67 --bindir=/bin \
68 --sbindir=/bin \ 68 --sbindir=/bin \
69 --disable-werror \ 69 --disable-werror \
70 --enable-shared \ 70 --enable-shared \