mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
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:
parent
e2c280b8f7
commit
48df496192
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user