diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cc-can-link.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # SPDX-License-Identifier: GPL-2.0 | 2 | # SPDX-License-Identifier: GPL-2.0 |
3 | 3 | ||
4 | cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1 && echo "y" | 4 | cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1 |
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | int main(void) | 6 | int main(void) |
7 | { | 7 | { |