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.
This commit is contained in:
Joseph R. Prostko 2012-10-17 07:40:03 -04:00
parent e2c280b8f7
commit 48df496192

View File

@ -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=