From 071f63d170298d3c6e545a357705a490e33c7f3b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 2 May 2020 17:22:23 +0300 Subject: [PATCH] gcc: Fix broken LTO symlink --- core/gcc/build | 2 +- core/gcc/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/gcc/build b/core/gcc/build index 1e97f420..f72bd4e2 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -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" } diff --git a/core/gcc/version b/core/gcc/version index 67abdd4c..4f197549 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -9.3.0 1 +9.3.0 2