From d762966e006190fe27ffde7ab62516ec316d28eb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 8 May 2020 13:31:17 +0300 Subject: [PATCH] gcc: Fix LTO location --- 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 15c1cf2c..276fcc18 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -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" } diff --git a/core/gcc/version b/core/gcc/version index 3d0f48ce..d679b638 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -10.1.0 1 +10.1.0 2