[uClibc] probably buildroot problem

Manuel Novoa III mjn3 at codepoet.org
Fri Oct 15 21:40:16 UTC 2004


Peter,

On Fri, Oct 15, 2004 at 10:50:39PM +0200, Peter S. Mazinger wrote:
> the attached patch could be wrong, but I think, that at that location 
> hostutils has to be built (else HOSTCC is not honoured), so either my 
> patch is correct, or the target is hostutils (not utils)

I'll look at it when I have time... tonight or this weekend.  I wouldn't
be surprised at all if I had broken a couple of things, given the level
of irritation I felt last night having to deal with this in the midst of
a lot of other more pressing things.

Manuel

> --- ./uclibc.mk.mps	Fri Oct 15 22:43:32 2004
> +++ ./uclibc.mk	Fri Oct 15 22:47:51 2004
> @@ -101,7 +101,7 @@
>  		install_dev
>  	$(MAKE) -C $(UCLIBC_DIR) \
>  		PREFIX=$(STAGING_DIR) \
> -		HOSTCC="$(HOSTCC)" \
> +		CC="$(HOSTCC)" \
>  		utils install_utils
>  	# Clean up the host compiled utils...
>  	$(MAKE) -C $(UCLIBC_DIR)/utils clean



More information about the uClibc mailing list