diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:15:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:15:31 +0300 |
commit | 8233e27aea6f6c50f70a2e92062516ce20905a87 (patch) | |
tree | 9f0da6464ace2256d407e67d607ae7e86024711d /testing/gcc/files/c99 | |
parent | f9541e9918561e3b088f8ba01bc0726c8a50459f (diff) | |
download | repository-8233e27aea6f6c50f70a2e92062516ce20905a87.tar.gz |
gcc: add new package at 10.1.0 to testing
Diffstat (limited to 'testing/gcc/files/c99')
-rwxr-xr-x | testing/gcc/files/c99 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/gcc/files/c99 b/testing/gcc/files/c99 new file mode 100755 index 00000000..692f0924 --- /dev/null +++ b/testing/gcc/files/c99 @@ -0,0 +1,2 @@ +#!/bin/sh +exec cc -std=c99 "$@" |