[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQUeQ1jrrWKszxU98NRM1QNDdTL+aT3znYut-ZKnEsUBw@mail.gmail.com>
Date: Mon, 29 Mar 2021 08:19:52 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux-Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Kbuild fix for today's linux-next
Hi Stephen,
I noticed Clang build breakage for kbuild/for-next.
Please apply the following, or use the old branch
for kbuild tree.
Thanks.
diff --git a/scripts/as-version.sh b/scripts/as-version.sh
index 11f1e7b24bff..8b9410e329df 100755
--- a/scripts/as-version.sh
+++ b/scripts/as-version.sh
@@ -45,7 +45,7 @@ orig_args="$@"
# Get the first line of the --version output.
IFS='
'
-set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler /dev/null -o
/dev/null 2>&1)
+set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler /dev/null -o
/dev/null 2>/dev/null)
# Split the line on spaces.
IFS=' '
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists