On Friday 16 March 2012 12:34:35 Tom Rini wrote:
> --- a/Makefile
> +++ b/Makefile
> 
> +checkthumb:
> +     @if test $(call cc-version) -lt 0404; then \
> +             echo -n '*** Your GCC does not produce working '; \

fwiw, `echo -n` isn't portable.  `printf` is.

> +             echo 'binaries in THUMB mode.'; \
> +             echo '*** Your board is configured for THUMB mode.'; \
> +             false; \
> +     fi

would be nice if we could refactor our .mk's somehow to keep arch and board 
specific ones out of the top level Makefile.  but we can't today :(.

Acked-by: Mike Frysinger <vap...@gentoo.org>
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to