forked from alnux/repo
*gcc: fix whoopsie
This commit is contained in:
parent
6bcf71310c
commit
e1d9880bd9
1 changed files with 4 additions and 1 deletions
|
@ -43,4 +43,7 @@ find "$1" -name libgjsmalsa.a -exec rm -f {} +
|
|||
find "$1" -name libgij.a -exec rm -f {} +
|
||||
|
||||
ln -sf gcc "$1/usr/bin/cc"
|
||||
cp -f ../c99 "$1/usr/bin"
|
||||
|
||||
echo "#!/bin/sh" > "$1"/usr/bin/c99
|
||||
echo "exec cc -std=c99 "$@"" >> "$1"/usr/bin/c99
|
||||
chmod +x "$1"/usr/bin/c99
|
||||
|
|
Loading…
Reference in a new issue