[U-Boot-Users] [PATCH] Do not specify a CROSS_COMPILE default when executing size

Wolfgang Denk wd at denx.de
Thu Feb 14 01:15:07 CET 2008


In message <1201517779-23878-1-git-send-email-vapier at gentoo.org> you wrote:
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
>  MAKEALL |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/MAKEALL b/MAKEALL
> index d66a5fa..2aff4da 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -721,7 +721,7 @@ build_target() {
>  	${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
>  				| tee ${LOG_DIR}/$target.ERR
>  
> -	${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
> +	${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \

What exactly is bad about using this default?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A mouse is an elephant built by the Japanese.




More information about the U-Boot mailing list