diff --git a/pkgs/development/compilers/gcc-static-4.1/builder.sh b/pkgs/development/compilers/gcc-static-4.1/builder.sh index deed3d82e62..7e20fcebff6 100644 --- a/pkgs/development/compilers/gcc-static-4.1/builder.sh +++ b/pkgs/development/compilers/gcc-static-4.1/builder.sh @@ -68,7 +68,8 @@ preConfigure() { export LDFLFAGS="-static" configureScript=../$sourceRoot/configure - configureFlags="--enable-languages=c --disable-libstdcxx-pch" + configureFlags="--enable-languages=c --disable-libstdcxx-pch \ + --disable-shared --disable-libmudflap --disable-libssp" }