From 11c0da9edaa3612bee42a5a3af43caded0ea8775 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 23 Feb 2019 16:49:27 -0300 Subject: [PATCH] stages: 1/02-musl: patch musl tuning some options for i586, x86 (for uniformity with the final system) --- stages/1/02-musl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stages/1/02-musl b/stages/1/02-musl index f30f9d93..aef82c25 100755 --- a/stages/1/02-musl +++ b/stages/1/02-musl @@ -23,6 +23,9 @@ unpack "${worktree}/sources/musl-${version}.tar.gz" # Build instructions cd musl-${version} +# Some tune options for i586, x86_64 +patch -Np1 -i "${worktree}/patches/musl/musl-tune.diff" + ./configure CROSS_COMPILE="${target}-" \ --prefix=/tools \ --libdir=/tools/lib${libSuffix} \ -- 2.11.4.GIT