summaryrefslogtreecommitdiffstats
path: root/config/cc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.sh')
-rwxr-xr-xconfig/cc.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cc.sh b/config/cc.sh
deleted file mode 100755
index e6883f5..0000000
--- a/config/cc.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Copyright © Tavian Barnes <tavianator@tavianator.com>
-# SPDX-License-Identifier: 0BSD
-
-# Run the compiler and check if it succeeded
-
-set -eux
-
-$XCC $XCPPFLAGS $XCFLAGS $XLDFLAGS "$@" $XLDLIBS -o /dev/null