diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-06-13 22:57:59 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-06-13 22:57:59 +0000 |
commit | 0ae40f83dc5a2323f73e97fc037f387bb6073fac (patch) | |
tree | 079c43242995cca616fee4b679c944cfd9741270 /eclass/qt4-build-multilib.eclass | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | historical-0ae40f83dc5a2323f73e97fc037f387bb6073fac.tar.gz historical-0ae40f83dc5a2323f73e97fc037f387bb6073fac.tar.bz2 historical-0ae40f83dc5a2323f73e97fc037f387bb6073fac.zip |
Export MAKEFLAGS and OBJDUMP.
Diffstat (limited to 'eclass/qt4-build-multilib.eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 54d225a6e7ff..9f10d72a8819 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.24 2015/06/13 22:13:24 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.25 2015/06/13 22:57:59 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -296,7 +296,9 @@ qt4_multilib_src_configure() { CC=$(tc-getCC) \ CXX=$(tc-getCXX) \ LD=$(tc-getCXX) \ + MAKEFLAGS=${MAKEOPTS} \ OBJCOPY=$(tc-getOBJCOPY) \ + OBJDUMP=$(tc-getOBJDUMP) \ STRIP=$(tc-getSTRIP) # convert tc-arch to the values supported by Qt |