+IdentityFile ~/.ssh/id_dsa-sourceware
[nethome.git] / bin / errs12
index 12f18f5..1217a17 100755 (executable)
@@ -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