From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10035 Path: news.gmane.org!not-for-mail From: Patrick Oppenlander Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl-cross-make can now install kernel headers Date: Tue, 17 May 2016 10:25:29 +1000 Message-ID: <573A64F9.9050707@gmail.com> References: <20160514054028.GA21804@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1463444759 20586 80.91.229.3 (17 May 2016 00:25:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 May 2016 00:25:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10048-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 17 02:25:59 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1b2Spc-0005Vy-Ji for gllmg-musl@m.gmane.org; Tue, 17 May 2016 02:25:52 +0200 Original-Received: (qmail 5629 invoked by uid 550); 17 May 2016 00:25:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5587 invoked from network); 17 May 2016 00:25:47 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 In-Reply-To: <20160514054028.GA21804@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10035 Archived-At: On 14/05/16 15:40, Rich Felker wrote: > I've updated the musl-cross-make toolchain build system to support > fetching kernel sources and installing the kernel headers for the > target. This should make it easier to use the resulting toolchains > for building things like toybox, busybox, strace, etc. that need > kernel headers, and for using them with buildroot. As usual the repo > is here: Thanks! I created a pull request on github with a few small patches: * Support v2.6 kernel headers * Path at kernel.org doesn't have ".x" for kernels 2.6 and before * v2.6 makefiles expect the header install path to exist * Clean linux-* with make clean I also included my rebased gcc 5.3.0 patches. Patrick