diff options
Diffstat (limited to 'system/build-tools/c99')
-rwxr-xr-x | system/build-tools/c99 | 2 |
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 $@ |