]> Git Repo - linux.git/blame - scripts/cc-can-link.sh
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / scripts / cc-can-link.sh
CommitLineData
819dd92b
AS
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0
3
88e85a7d 4cat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
819dd92b
AS
5#include <stdio.h>
6int main(void)
7{
8 printf("");
9 return 0;
10}
11END
This page took 0.219247 seconds and 4 git commands to generate.