comparison gnu/gdb/gdb.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
77 LDFLAGS="$LDFLAGS" \ 77 LDFLAGS="$LDFLAGS" \
78 LIBS="$LIBS" \ 78 LIBS="$LIBS" \
79 ./configure \ 79 ./configure \
80 --build=$CBUILD \ 80 --build=$CBUILD \
81 --host=$CHOST \ 81 --host=$CHOST \
82 --prefix= \ 82 --prefix=/usr \
83 --disable-nls \ 83 --disable-nls \
84 --with-system-zlib \ 84 --with-system-zlib \
85 --with-system-readline \ 85 --with-system-readline \
86 $with_guile \ 86 $with_guile \
87 $with_lzma \ 87 $with_lzma \