forked from kiss-community/repo
gcc: add missing flags
This commit is contained in:
parent
61db95b2e3
commit
03082d8bbf
@ -60,8 +60,8 @@ find "$1" -name libgtkpeer.a -exec rm -f {} +
|
||||
find "$1" -name libgjsmalsa.a -exec rm -f {} +
|
||||
find "$1" -name libgij.a -exec rm -f {} +
|
||||
|
||||
ln -s gcc "$1/usr/bin/cc"
|
||||
cp ../c99 "$1/usr/bin"
|
||||
ln -sf gcc "$1/usr/bin/cc"
|
||||
cp -f ../c99 "$1/usr/bin"
|
||||
|
||||
# Symlink for LTO.
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user