summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-28 13:21:59 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-29 08:16:31 +0300
commit4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8 (patch)
treed24cb643497867e9ac2b5057e2d6c9e145e209bf /postprocess
parent0919d45d514642ed6cc62fe20227a99295a09d40 (diff)
No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 998a13f009f5..8b2aea2781c2 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -328,7 +328,7 @@ my_components += \
.END
.IF "$(GUIBASE)" == "aqua"
-.IF "$(BITNESS_OVERRIDE)" != "64"
+.IF "$(CPUNAME)" != "X86_64"
my_components += \
component/avmedia/source/quicktime/avmediaQuickTime
.ENDIF