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:
parent
c106176083
commit
9abab7eb49
@ -794,10 +794,17 @@ if [ IsOptionalHaikuImagePackageAdded Git ] {
|
|||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
Echo "No optional package Git available for $(TARGET_ARCH)" ;
|
Echo "No optional package Git available for $(TARGET_ARCH)" ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
git-1.7.5-x86-gcc2-2011-05-10.zip
|
InstallOptionalHaikuImagePackage
|
||||||
: $(baseURL)/git-1.7.5-x86-gcc2-2011-05-10.zip
|
git-1.7.5-x86-gcc4-2011-05-10.zip
|
||||||
: : true ;
|
: $(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 ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user