summaryrefslogtreecommitdiffstats
path: root/src/c89/c89.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-18 13:39:05 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-18 13:39:05 (EDT)
commit69e1ed308b3707ecae387ab3cc8c4df1e968b76f (patch)
treed0016c09af32419135717398cea4ea5ccf073ed9 /src/c89/c89.sh
parent0b69a4a8f93a977c5cfab2d9ff71913c7afb0212 (diff)
Delete c89 and c99 scripts.
These should be generated by postinst for native compilers (if host arch == target arch).
Diffstat (limited to 'src/c89/c89.sh')
-rw-r--r--src/c89/c89.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c89/c89.sh b/src/c89/c89.sh
deleted file mode 100644
index 52d6d45..0000000
--- a/src/c89/c89.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/cc -std=c89 "$@"