[Buildroot] [PATCH next 1/4] support/gnuconfig: update to 2019-05-28

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue May 28 20:07:41 UTC 2019


Hello,

On Tue, 28 May 2019 11:32:22 +0200
Peter Korsgaard <peter at korsgaard.com> wrote:

> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:  
> 
>  > This update includes support for the C-SKY architecture.
>  > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
>  > ---
>  > Note: this was suggested by Peter for next, instead of just patching
>  > the files to add csky support. It should be applied after
>  > cherry-picking 910b431d6383cd1ce4cd9eeb0a8466cb977c3789 from master.  
> 
> Gnuconfig isn't huge (~100KB), but I wonder if it wouldn't be nicer to
> add a normal package (E.G. host-gnuconfig) for it (and add it to
> _DEPENDENCIES for pkg-autotools.mk) instead of carrying the files ourselves.

It seemed like a good idea, so I took a stab at that. Unfortunately,
our main Makefile has:

GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)

which doesn't play very well with removing config.guess from
support/gnuconfig/config.guess. Of course, we could keep
support/gnuconfig/config.guess just for that purpose, and use
host-gnuconfig for everything else, but it doesn't look great.

Suggestions?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list