VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <yamada.masahiro@socionext.com> 2018-06-26 12:55:35 +0900 committer: David S. Miller <davem@davemloft.net> 2018-06-28 13:36:39 +0900 commit: 88e85a7daf8e21f2d6cb054374d480c540725cde parent: 82be2ab159a3a0ae4024b946a31f12b221f6c8ff
Commit Summary:
bpfilter: check compiler capability in Kconfig
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/cc-can-link.sh b/scripts/cc-can-link.sh
index 208eb2825dab..6efcead31989 100755
--- a/scripts/cc-can-link.sh
+++ b/scripts/cc-can-link.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # SPDX-License-Identifier: GPL-2.0
 
-cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1 && echo "y"
+cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
 #include <stdio.h>
 int main(void)
 {