commit:     89ee52a62051492a50fc655623bb7cd23215b1b1
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 19:01:53 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 19:01:53 2019 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=89ee52a6

crossdev: whitespace in gcc stages

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 crossdev | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index e03ea78..305185a 100755
--- a/crossdev
+++ b/crossdev
@@ -110,7 +110,13 @@ STAGE_C_KERNEL=2
 STAGE_LIBC=3
 STAGE_C_CPP=4
 STAGE_DEFAULT=${STAGE_C_CPP}
-STAGE_DISP=( "binutils" "C compiler only" "kernel headers" "C compiler & libc" 
"C/C++ compiler" )
+STAGE_DISP=(
+       "binutils"
+       "C compiler only"
+       "kernel headers"
+       "C compiler & libc"
+       "C/C++ compiler"
+)
 
 parse_target() {
        CTARGET=${1#cross-}

Reply via email to