Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Sat, 30 Dec 2017 14:53:07
Message-Id: 1514645508.89ffff20a246eacfda30825459713d6953a41250.slyfox@gentoo
1 commit: 89ffff20a246eacfda30825459713d6953a41250
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 14:51:48 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 14:51:48 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=89ffff20
7
8 crossdev: drop CROSSCOMPILE_OPTS="bootstrap"
9
10 CROSSCOMPILE_OPTS="bootstrap" does not guard any code in ::gentoo or ::toolchain
11
12 I did not find any code in gcc ebuilds handling 'crosscompile_opts_bootstrap'.
13
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 crossdev | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/crossdev b/crossdev
20 index d0f0bfc..f7d2fdc 100755
21 --- a/crossdev
22 +++ b/crossdev
23 @@ -1319,7 +1319,7 @@ if ! ex_fast ; then
24
25 # then finally get around to the C compiler
26 USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_1}" \
27 - CROSSCOMPILE_OPTS="bootstrap" \
28 + CROSSCOMPILE_OPTS="" \
29 doemerge ${GPKG} ${GPKG}-stage1
30 fi
31
32 @@ -1345,8 +1345,6 @@ if ! ex_fast ; then
33
34 # stage4: full compiler (C/C++/etc...)
35 if is_s4 ; then
36 - set_eopts_on_pkg_status ${GPKG} crosscompile_opts_bootstrap
37 -
38 EOPTS="${EOPTS_UP} --newuse"
39 USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
40 doemerge ${GPKG} ${GPKG}-stage2