summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-06 14:08:07 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-06 14:08:07 +0000
commit901163542b271114613a30d516fa31cd36fec783 (patch)
tree0ea4ca24713d67962200cdb7f798d3337e7d5628 /eclass/qt4-build.eclass
parentx86 stable wrt bug #541548 (diff)
downloadhistorical-901163542b271114613a30d516fa31cd36fec783.tar.gz
historical-901163542b271114613a30d516fa31cd36fec783.tar.bz2
historical-901163542b271114613a30d516fa31cd36fec783.zip
very first step to support arm64, only part of qt4 ebuilds built without paches, others require extra patches
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index a36b911439d7..66683e010db6 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.158 2015/01/18 01:49:43 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.159 2015/03/06 14:08:07 dlan Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -325,7 +325,7 @@ qt4-build_src_configure() {
sparc|sparc-*|sparc64-*) conf+=" -arch sparc" ;;
x86-macos) conf+=" -arch x86" ;;
x86|x86-*) conf+=" -arch i386" ;;
- alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
+ alpha|arm|arm64|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
hppa|sh) conf+=" -arch generic" ;;
*) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
esac