projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
block: consolidate __invalidate_device and fsync_bdev
[platform/kernel/linux-starfive.git]
/
scripts
/
cc-can-link.sh
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
4
cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
5
#include <stdio.h>
6
int main(void)
7
{
8
printf("");
9
return 0;
10
}
11
END