commit: 89ffff20a246eacfda30825459713d6953a41250
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:51:48 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:51:48 2017 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=89ffff20
crossdev: drop CROSSCOMPILE_OPTS="bootstrap"
CROSSCOMPILE_OPTS="bootstrap" does not guard any code in ::gentoo or ::toolchain
I did not find any code in gcc ebuilds handling 'crosscompile_opts_bootstrap'.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
crossdev | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/crossdev b/crossdev
index d0f0bfc..f7d2fdc 100755
--- a/crossdev
+++ b/crossdev
@@ -1319,7 +1319,7 @@ if ! ex_fast ; then
# then finally get around to the C compiler
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_1}" \
- CROSSCOMPILE_OPTS="bootstrap" \
+ CROSSCOMPILE_OPTS="" \
doemerge ${GPKG} ${GPKG}-stage1
fi
@@ -1345,8 +1345,6 @@ if ! ex_fast ; then
# stage4: full compiler (C/C++/etc...)
if is_s4 ; then
- set_eopts_on_pkg_status ${GPKG} crosscompile_opts_bootstrap
-
EOPTS="${EOPTS_UP} --newuse"
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2