X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs12;h=3517e7b3286af3634d4bf1125b4c12ff75f191a3;hb=789133371ca9867b8827aaf443f25357d1de2661;hp=b78652b13b587cca8ca9de556e6398448b84ded4;hpb=aef4d8f4ab5eac1ff2f2e2b7f311c66e7e7aa424;p=nethome.git diff --git a/bin/errs12 b/bin/errs12 index b78652b..3517e7b 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -59,7 +59,7 @@ do if [ "$1" = "-s" ];then # -O0 is important to override GCC -O2. debug="-O0 -s" - ldflags="" + #ldflags="" shift continue fi @@ -123,7 +123,7 @@ rm -f errs1.ok export CXXFLAGS_FOR_TARGET="$flags" export LDFLAGS="$ldflags" - time nice "$configure" $target $targets $customss --enable-debug --disable-sim $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" + time nice "$configure" $target $targets $customss --enable-debug --disable-sim --enable-gold --enable-plugins $maintainer $werror --with-separate-debug-dir=/usr/lib/debug "$@" (ctags; test -d gdb && (cd gdb; ctags; cd testsuite; ctags; cd ../gdbserver; ctags)) &