diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-08 15:54:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-08 15:54:13 +0300 |
commit | 4fcce90011261991ae23cc7043c4dbb75c457714 (patch) | |
tree | f87682b8dc28d3eeb8748494cfcc11072fb54468 /testing/gcc/files | |
parent | acc549ba95e22617bb9f97e27b4512d51ec0618e (diff) | |
download | repository-4fcce90011261991ae23cc7043c4dbb75c457714.tar.gz |
gcc: add new package at 10.1.0
Diffstat (limited to 'testing/gcc/files')
-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 "$@" |