X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs12;h=e7c7e07999550d0d0b059ce887ee7442593a2976;hb=71174f74e243fc093b9c720180ac0a9cc2db1304;hp=12f18f5bf07e65b4a0554a5c6f140c0b57b6b6bd;hpb=4726f26d74751bbc05eca069cbe6284976aed530;p=nethome.git diff --git a/bin/errs12 b/bin/errs12 index 12f18f5..e7c7e07 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # $Id$ renice +19 -p $$; ionice -c3 -p $$ @@ -59,7 +59,7 @@ do if [ "$1" = "-s" ];then # -O0 is important to override GCC -O2. debug="-O0 -s" - ldflags="" + #ldflags="" shift continue fi @@ -93,7 +93,8 @@ rm -f errs1.ok if test -f `dirname $configure`/gcc/reload.c;then werror="--disable-werror" customm="" - customss="--disable-static --enable-shared" + # --disable-static would fail on finding built libstdc++ due to -static-libstdc++. + customss="" else werror="" fi