Add a prebuilt GCC 4.3.3 package to the Development optional package. It's

installed either when building with GCC4 or when making a hybrid. Can be
installed separatly as well. Have fun :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29046 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-01-26 07:33:08 +00:00
parent 8ffb1d6966
commit 73476a18af
1 changed files with 9 additions and 0 deletions

View File

@ -264,6 +264,15 @@ if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 {
:
;
}
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) = 1 {
# gcc and binutils
local baseURL = http://haiku.mlotz.ch ;
InstallOptionalHaikuImagePackage gcc-4.3.3-haiku-090125
: $(baseURL)/gcc-4.3.3-haiku-090125.zip
:
;
}
}