diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-12 23:51:35 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-12 23:51:35 +0200 |
commit | 092486db4b0eb9b6a4b580e5abb0419d176cb864 (patch) | |
tree | b28b6e288c4b3512f2bfef6d60d6a5ebeed443de /testing/gcc/files/c99 | |
parent | e87397c9d5598ca2e74aadbd6a8111a7823a1766 (diff) | |
download | repository-092486db4b0eb9b6a4b580e5abb0419d176cb864.tar.gz |
gcc: bump to 12.1.0 [TESTING -> CORE]
Diffstat (limited to 'testing/gcc/files/c99')
-rwxr-xr-x | testing/gcc/files/c99 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/gcc/files/c99 b/testing/gcc/files/c99 deleted file mode 100755 index 692f0924..00000000 --- a/testing/gcc/files/c99 +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec cc -std=c99 "$@" |