From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Tue, 09 Dec 2014 02:22:24 +0100 Subject: [Buildroot] [PATCH 1/1] toolchain/helpers.mk: fix check-musl In-Reply-To: <20141208222147.002c438a@free-electrons.com> References: <1417648439-10146-1-git-send-email-jkrause@posteo.de> <20141208203200.4ca75210@free-electrons.com> <1418073423.2353.13.camel@posteo.de> <20141208222147.002c438a@free-electrons.com> Message-ID: <1418088144.441.1.camel@posteo.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mo, 2014-12-08 at 22:21 +0100, Thomas Petazzoni wrote: > Dear J?rg Krause, > > On Mon, 08 Dec 2014 22:17:03 +0100, J?rg Krause wrote: > > > > Do you want to have a look into this? > > > > I'm not a toolchain expert, but I will have a look at it. > > It might either be that we need --prefix=/ in musl.mk, or maybe > --prefix=/usr --libdir=/lib or something like that. --libdir=/lib does the trick. Many thanks! I will prepare a patch soon.