comparison gnu/gcc/gcc.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
59 LIBS="$LIBS" \ 59 LIBS="$LIBS" \
60 ../configure \ 60 ../configure \
61 --build=$CBUILD \ 61 --build=$CBUILD \
62 --host=$CHOST \ 62 --host=$CHOST \
63 --target=$CTARGET \ 63 --target=$CTARGET \
64 --prefix= \ 64 --prefix=/usr \
65 --enable-languages=c,c++ \ 65 --enable-languages=c,c++ \
66 --enable-threads=posix \ 66 --enable-threads=posix \
67 --enable-__cxa_atexit \ 67 --enable-__cxa_atexit \
68 --libdir=/lib \ 68 --libdir=/lib \
69 --with-system-zlib \ 69 --with-system-zlib \