diff options
Diffstat (limited to 'testing/source/gcc/c89.sh')
-rw-r--r-- | testing/source/gcc/c89.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/source/gcc/c89.sh b/testing/source/gcc/c89.sh deleted file mode 100644 index 35486ea83..000000000 --- a/testing/source/gcc/c89.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -fl="-std=c89" -for opt; do - case "$opt" in - -ansi|-std=c89|-std=iso9899:1990) fl="";; - -std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2 - exit 1;; - esac -done -exec gcc $fl ${1+"$@"} |