X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs12;h=3517e7b3286af3634d4bf1125b4c12ff75f191a3;hb=ff7bc80f098fc3fe911c7ffcf133052ab2de9ac0;hp=2c886959d33ce0b9b90a5edda785c0d881a1e0cb;hpb=298afdabb6a05c89f72bad7052992ecb5030b816;p=nethome.git diff --git a/bin/errs12 b/bin/errs12 index 2c88695..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 --enable-gold=both --enable-plugins $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)) &