Added gcc4 version of git.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41461 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-05-12 03:01:17 +00:00
parent c106176083
commit 9abab7eb49

View File

@ -794,10 +794,17 @@ if [ IsOptionalHaikuImagePackageAdded Git ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Git available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage
git-1.7.5-x86-gcc2-2011-05-10.zip
: $(baseURL)/git-1.7.5-x86-gcc2-2011-05-10.zip
: : true ;
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
git-1.7.5-x86-gcc4-2011-05-10.zip
: $(baseURL)/git-1.7.5-x86-gcc4-2011-05-10.zip
: : true ;
} else {
InstallOptionalHaikuImagePackage
git-1.7.5-x86-gcc2-2011-05-10.zip
: $(baseURL)/git-1.7.5-x86-gcc2-2011-05-10.zip
: : true ;
}
}
}