diff -ur d.orig/d-spec.c d/d-spec.c --- d.orig/d-spec.c 2004-10-02 19:19:31.000000000 +0200 +++ d/d-spec.c 2004-12-17 11:54:05.000000000 +0100 @@ -121,7 +121,7 @@ int need_math = (MATH_LIBRARY[0] != '\0'); /* True if we should add -shared-libgcc to the command-line. */ - int shared_libgcc = 1; + int shared_libgcc = 0; /* The total number of arguments with the new stuff. */ int argc;