X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs12;h=e7c7e07999550d0d0b059ce887ee7442593a2976;hp=3517e7b3286af3634d4bf1125b4c12ff75f191a3;hb=31ce090f436babfc7f4819096cfff9cc34bd667c;hpb=0ba577cebb34188fb4bed12de709ad6aa12ae1b8 diff --git a/bin/errs12 b/bin/errs12 index 3517e7b..e7c7e07 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # $Id$ renice +19 -p $$; ionice -c3 -p $$ @@ -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