diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-27 05:50:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-27 05:50:40 +0000 |
commit | b0ab4faaee818c7bd5fbf0e924e2d0206528efea (patch) | |
tree | ae069bb805d9406d74da05a314c779158c551ef3 /eclass/multilib.eclass | |
parent | Depend on slot 1.1 of libnl. (diff) | |
download | historical-b0ab4faaee818c7bd5fbf0e924e2d0206528efea.tar.gz historical-b0ab4faaee818c7bd5fbf0e924e2d0206528efea.tar.bz2 historical-b0ab4faaee818c7bd5fbf0e924e2d0206528efea.zip |
drop AS export since get_abi_ASFLAGS no longer exists
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r-- | eclass/multilib.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index d56c0b9efc2c..cb4aa2a82f9d 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.94 2011/10/17 19:14:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.95 2011/10/27 05:50:40 vapier Exp $ # @ECLASS: multilib.eclass # @MAINTAINER: @@ -399,7 +399,6 @@ multilib_toolchain_setup() { # Set the CHOST native first so that we pick up the native # toolchain and not a cross-compiler by accident #202811. export CHOST=$(get_abi_CHOST ${DEFAULT_ABI}) - export AS="$(tc-getAS) $(get_abi_ASFLAGS)" export CC="$(tc-getCC) $(get_abi_CFLAGS)" export CXX="$(tc-getCXX) $(get_abi_CFLAGS)" export LD="$(tc-getLD) $(get_abi_LDFLAGS)" |