2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

gcc: Fix LTO location

This commit is contained in:
Dylan Araps 2020-05-08 13:31:17 +03:00
parent ca6a4371b7
commit d762966e00
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ install -Dm755 ../c99 "$1/usr/bin/c99"
{
mkdir -p "$1/usr/lib/bfd-plugins"
ln -s /usr/libexec/gcc/x86_64-pc-linux-musl/10.1.0/liblto_plugin.so \
ln -s /usr/lib/gcc/x86_64-pc-linux-musl/10.1.0/liblto_plugin.so \
"$1/usr/lib/bfd-plugins/liblto_plugin.so"
}

View File

@ -1 +1 @@
10.1.0 1
10.1.0 2