diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-18 18:26:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-18 18:26:08 +0300 |
commit | 345c43bd6c7ddff26d3db804008f4bc72e12a546 (patch) | |
tree | 6c80756961a2c54522735326ca00f87c1745ac8a /i686/gcc/files/c99 | |
parent | c57f2c6f133c5409b9c67c874cf6aee4c5010693 (diff) | |
download | repository-345c43bd6c7ddff26d3db804008f4bc72e12a546.tar.gz |
i686: add new repository
Diffstat (limited to 'i686/gcc/files/c99')
-rwxr-xr-x | i686/gcc/files/c99 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i686/gcc/files/c99 b/i686/gcc/files/c99 new file mode 100755 index 00000000..692f0924 --- /dev/null +++ b/i686/gcc/files/c99 @@ -0,0 +1,2 @@ +#!/bin/sh +exec cc -std=c99 "$@" |