commit | 06a119a03147aec3cf1fe746a6ef0aa1c66e7e72 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Mar 16 06:34:35 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | 8eebd037181aea6347e14f0d80402dd06ec64384 | |
parent | 19a695f84bb15e1a9203121f9dd4d1787d9a7757 [diff] |
Makefile: Add a 'checkthumb' rule This rule confirms that if we're on ARM and we have enabled THUMB builds that we have a new enough toolchain to produce a working binary. Changes in v2: - Switch to ALL-$(CONFIG_SYS_THUMB_BUILD) in arch/arm/config.mk (Mike F) - Simplfy checkthumb test after doing the above Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Mike Frysinger <vapier@gentoo.org>