summaryrefslogtreecommitdiff
path: root/system/build-tools/c99
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-15 01:10:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-15 01:10:14 +0000
commitcdbc4a95f55db66b30441b507b672616dde7bf47 (patch)
tree49c98bf22afb84b56f4705ba56d9422acc63eb42 /system/build-tools/c99
parent63d1110f4d2a3f4f5786e9c19a80400a773d7ee0 (diff)
downloadpackages-cdbc4a95f55db66b30441b507b672616dde7bf47.tar.gz
packages-cdbc4a95f55db66b30441b507b672616dde7bf47.tar.bz2
packages-cdbc4a95f55db66b30441b507b672616dde7bf47.tar.xz
packages-cdbc4a95f55db66b30441b507b672616dde7bf47.zip
system/build-tools: add 'c99' wrapper
Diffstat (limited to 'system/build-tools/c99')
-rwxr-xr-xsystem/build-tools/c992
1 files changed, 2 insertions, 0 deletions
diff --git a/system/build-tools/c99 b/system/build-tools/c99
new file mode 100755
index 000000000..3acf21c79
--- /dev/null
+++ b/system/build-tools/c99
@@ -0,0 +1,2 @@
+#!/bin/sh
+gcc -std=c99 -Wno-format-security $@