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.
Diff
build-gcc4-optional-package-Haiku.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -23,7 +23,7 @@
targetArch=x86
gccMakeTarget=bootstrap
gccConfigureArgs="--enable-shared"
binutilsConfigureArgs="--enable-shared=true"
binutilsConfigureArgs="--enable-shared"
jobArgs=