X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs12;h=1217a17d2dd62879111ed3856b2cbfdf8053d545;hp=12f18f5bf07e65b4a0554a5c6f140c0b57b6b6bd;hb=ea9e4c327bfd50d4c64b590b1444ac6959156bc8;hpb=4726f26d74751bbc05eca069cbe6284976aed530 diff --git a/bin/errs12 b/bin/errs12 index 12f18f5..1217a17 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 @@ -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