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:
@@ -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
|
||||||
|
:
|
||||||
|
;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user