
16 Mar
2012
16 Mar
'12
8:40 p.m.
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 vapier@gentoo.org -mike