Don't try to build xz_utils for a mere gcc2 system.

This commit is contained in:
Oliver Tappe 2013-08-21 16:30:39 +02:00
parent 987d25a40c
commit 4ddd2c75dc
1 changed files with 9 additions and 1 deletions

View File

@ -58,9 +58,17 @@ rule DefineDefaultBuildProfiles
wonderbrush
wqy_microhei
xz_utils@!gcc2
xz_utils_x86@gcc2
;
# xz_utils can't be built with gcc2, so a mere gcc2 system doesn't
# have it. However, xz_utils does exist for the secondary (gcc4)
# architecture of a gcc2 hybrid.
if $(HAIKU_PACKAGING_ARCHS) != x86_gcc2 {
AddHaikuImagePackages
xz_utils_x86@gcc2
;
}
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {