summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-11 14:07:56 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-11 14:07:56 +0000
commit4b6a221ee5c94b2e3fe933b5ba09b71ef6ee6900 (patch)
tree3e6e153b2e72307d601653bdcf0196821af83658 /eclass/qt4-build.eclass
parentBump to version 0.9.2, fix bug 542492. (diff)
downloadhistorical-4b6a221ee5c94b2e3fe933b5ba09b71ef6ee6900.tar.gz
historical-4b6a221ee5c94b2e3fe933b5ba09b71ef6ee6900.tar.bz2
historical-4b6a221ee5c94b2e3fe933b5ba09b71ef6ee6900.zip
set ARCH=arm64 as generic target for qt4 eclass
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 66683e010db6..e1c405da753e 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.159 2015/03/06 14:08:07 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.160 2015/03/11 14:07:56 dlan Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -325,8 +325,8 @@ qt4-build_src_configure() {
sparc|sparc-*|sparc64-*) conf+=" -arch sparc" ;;
x86-macos) conf+=" -arch x86" ;;
x86|x86-*) conf+=" -arch i386" ;;
- alpha|arm|arm64|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
- hppa|sh) conf+=" -arch generic" ;;
+ alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
+ arm64|hppa|sh) conf+=" -arch generic" ;;
*) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
esac