svn commit: trunk/buildroot/toolchain/binutils

Mike Frysinger vapier at gentoo.org
Fri Mar 10 23:05:22 UTC 2006


On Friday 10 March 2006 03:46, aldot at uclibc.org wrote:
> Log:
> - make sure we use the proper CC for building binutils.
>
> --- trunk/buildroot/toolchain/binutils/binutils.mk
> +++ trunk/buildroot/toolchain/binutils/binutils.mk
> @@ -49,6 +51,7 @@
>  $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
>  	mkdir -p $(BINUTILS_DIR1)
>  	(cd $(BINUTILS_DIR1); \
> +		CC="$(HOSTCC)" \
>  		$(BINUTILS_DIR)/configure \
>  		--prefix=$(STAGING_DIR) \
>  		--build=$(GNU_HOST_NAME) \

uhh, why ?  configure is more than smart enough to figure this value out 
properly
-mike



More information about the uClibc mailing list