From 2163ca2d033f0165990cb66af88ed216e9b17046 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 15 Mar 2020 21:18:11 +0100 Subject: [PATCH] build-style/meson.sh: drop unneeded AR export This was fixed in Meson upstream ages ago. We have also fixed this in gcc itself. --- common/build-style/meson.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 73d4fd6ab54..bf3185b2ef9 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -103,11 +103,6 @@ do_configure() { export PKG_CONFIG="/usr/bin/pkg-config" fi - # The binutils ar cannot perform LTO on static libraries so we have to use - # the gcc-ar wrapper that that calls the correct plugin - # https://github.com/mesonbuild/meson/issues/1646 - export AR="gcc-ar" - ${meson_cmd} \ --prefix=/usr \ --libdir=/usr/lib \