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: Sun, 01 Sep 2019 19:02:15
Message-Id: 1567364513.89ee52a62051492a50fc655623bb7cd23215b1b1.slyfox@gentoo
1 commit: 89ee52a62051492a50fc655623bb7cd23215b1b1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 19:01:53 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 19:01:53 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=89ee52a6
7
8 crossdev: whitespace in gcc stages
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 crossdev | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/crossdev b/crossdev
16 index e03ea78..305185a 100755
17 --- a/crossdev
18 +++ b/crossdev
19 @@ -110,7 +110,13 @@ STAGE_C_KERNEL=2
20 STAGE_LIBC=3
21 STAGE_C_CPP=4
22 STAGE_DEFAULT=${STAGE_C_CPP}
23 -STAGE_DISP=( "binutils" "C compiler only" "kernel headers" "C compiler & libc" "C/C++ compiler" )
24 +STAGE_DISP=(
25 + "binutils"
26 + "C compiler only"
27 + "kernel headers"
28 + "C compiler & libc"
29 + "C/C++ compiler"
30 +)
31
32 parse_target() {
33 CTARGET=${1#cross-}