gcc: Fix broken LTO symlink

This commit is contained in:
Dylan Araps 2020-05-02 17:22:23 +03:00
parent 576ff95785
commit 071f63d170
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
9.3.0 1
9.3.0 2