This prevents multilib CFLAGS from spilling over. This should probably
be fixed in multilib.eclass eventually.
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
}
multilib_src_compile() {
- tc-export_build_env BUILD_CC
tc-export AR CC RANLIB
+ local BUILD_CC
+ tc-export_build_env BUILD_CC
default
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
}
multilib_src_compile() {
- tc-export_build_env BUILD_CC
tc-export AR CC RANLIB
+ local BUILD_CC
+ tc-export_build_env BUILD_CC
default
}