X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs12;h=1217a17d2dd62879111ed3856b2cbfdf8053d545;hp=3517e7b3286af3634d4bf1125b4c12ff75f191a3;hb=ea9e4c327bfd50d4c64b590b1444ac6959156bc8;hpb=ff7bc80f098fc3fe911c7ffcf133052ab2de9ac0 diff --git a/bin/errs12 b/bin/errs12 index 3517e7b..1217a17 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -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