xref: /kernel/linux/linux-5.10/scripts/cc-can-link.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/scripts/
18c2ecf20Sopenharmony_ci#!/bin/sh
28c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_cicat << "END" | $@ -x c - -o /dev/null >/dev/null 2>&1
58c2ecf20Sopenharmony_ci#include <stdio.h>
68c2ecf20Sopenharmony_ciint main(void)
78c2ecf20Sopenharmony_ci{
88c2ecf20Sopenharmony_ci	printf("");
98c2ecf20Sopenharmony_ci	return 0;
108c2ecf20Sopenharmony_ci}
118c2ecf20Sopenharmony_ciEND
12

Indexes created Thu Nov 07 10:32:03 CST 2024