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 | 77c5fe282afb9aadb3f747c5f48f137e16a0882e (patch) | |
tree | 8de27527f313956b33abbfe7ff45bcc66197dbf6 /eclass/multilib.eclass | |
parent | Depend on slot 1.1 of libnl. (diff) | |
download | gentoo-2-77c5fe282afb9aadb3f747c5f48f137e16a0882e.tar.gz gentoo-2-77c5fe282afb9aadb3f747c5f48f137e16a0882e.tar.bz2 gentoo-2-77c5fe282afb9aadb3f747c5f48f137e16a0882e.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)" |