diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-06 14:08:07 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-06 14:08:07 +0000 |
commit | 901b100b4f09f87e4b34e8e790c6ba1c7eeceaba (patch) | |
tree | 9e2c5beb5e96ac40e62a98008620d23ffae305e3 /eclass/qt4-build-multilib.eclass | |
parent | x86 stable wrt bug #541548 (diff) | |
download | gentoo-2-901b100b4f09f87e4b34e8e790c6ba1c7eeceaba.tar.gz gentoo-2-901b100b4f09f87e4b34e8e790c6ba1c7eeceaba.tar.bz2 gentoo-2-901b100b4f09f87e4b34e8e790c6ba1c7eeceaba.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-multilib.eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index dfb6abe9f172..b303615b4c70 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.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-multilib.eclass,v 1.4 2015/01/18 01:49:43 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.5 2015/03/06 14:08:07 dlan Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -290,7 +290,7 @@ qt4_multilib_src_configure() { sparc*) arch=sparc ;; x86-macos) arch=x86 ;; x86*) arch=i386 ;; - alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;; + alpha|arm|arm64|ia64|mips|s390) arch=$(tc-arch) ;; hppa|sh) arch=generic ;; *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;; esac |