From 48df496192a4a00124836fd60547a2b81eb46298 Mon Sep 17 00:00:00 2001 From: "Joseph R. Prostko" Date: Wed, 17 Oct 2012 07:40:03 -0400 Subject: [PATCH] Remove invalid "true" argument from --enable-shared as part of the binutils build * This had the side effect of doing the opposite of the intended goal * Now the GCC package is smaller, as before there was a lot of static linking happening Thanks to diver for pointing out the size change of the GCC package, as it helped me find this issue. --- build-gcc4-optional-package-Haiku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-gcc4-optional-package-Haiku.sh b/build-gcc4-optional-package-Haiku.sh index ef192f00fd..7f621939c5 100755 --- a/build-gcc4-optional-package-Haiku.sh +++ b/build-gcc4-optional-package-Haiku.sh @@ -23,7 +23,7 @@ gccBuildDir="$buildDir/gcc" targetArch=x86 gccMakeTarget=bootstrap gccConfigureArgs="--enable-shared" -binutilsConfigureArgs="--enable-shared=true" +binutilsConfigureArgs="--enable-shared" # parse the arguments jobArgs=