⛏️ index : buildtools.git

author Joseph R. Prostko <joe.prostko@gmail.com> 2012-10-17 7:40:03.0 -04:00:00
committer Joseph R. Prostko <joe.prostko@gmail.com> 2012-10-17 7:40:03.0 -04:00:00
commit
48df496192a4a00124836fd60547a2b81eb46298 [patch]
tree
3f3f76ef5316693976358b36e409f31c6592ad3d
parent
e2c280b8f7242efe6ff8445c532c38e1b7312f1c
download
48df496192a4a00124836fd60547a2b81eb46298.tar.gz

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(-)

diff --git a/build-gcc4-optional-package-Haiku.sh b/build-gcc4-optional-package-Haiku.sh
index ef192f0..7f62193 100755
--- a/build-gcc4-optional-package-Haiku.sh
+++ a/build-gcc4-optional-package-Haiku.sh
@@ -23,7 +23,7 @@
targetArch=x86
gccMakeTarget=bootstrap
gccConfigureArgs="--enable-shared"
binutilsConfigureArgs="--enable-shared=true"
binutilsConfigureArgs="--enable-shared"

# parse the arguments
jobArgs=