From 4a4e4e1fec34086758d696ae51097fba5ea3e789 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 17 Jul 2021 20:18:56 +0300 Subject: [PATCH] gcc: update for new env --- core/gcc/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gcc/build b/core/gcc/build index 101f25dd..548380eb 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -58,7 +58,7 @@ export libat_cv_have_ifunc=no "${bootstrap:---enable-bootstrap}" make -make DESTDIR="$1" install +make install # Save 35MB. find "$1" -name libgtkpeer.a -exec rm -f {} +