Corrected Tar's jam code. A GCC 4[hybrid] will now use the gcc 4 binary.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia 2011-03-06 13:15:03 +00:00
parent 7c0e083c40
commit 0356e97fc0

View File

@ -1496,7 +1496,7 @@ if [ IsOptionalHaikuImagePackageAdded Tar ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Tar available for $(TARGET_ARCH)" ;
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
tar-1.25-x86-gcc4-2011-02-07.zip
: $(baseURL)/tar-1.25-x86-gcc4-2011-02-07.zip ;