diff options
Diffstat (limited to 'repos/core/gcc/c99')
| -rw-r--r-- | repos/core/gcc/c99 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/core/gcc/c99 b/repos/core/gcc/c99 deleted file mode 100644 index 88dd8064..00000000 --- a/repos/core/gcc/c99 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -fl="-std=c99" -for opt; do - case "$opt" in - -std=c99|-std=iso9899:1999) fl="";; - -std=*) echo "`basename $0` called with non ISO C99 option $opt" >&2 - exit 1;; - esac -done -exec gcc $fl ${1+"$@"} |