u-boot/arch/sandbox
Tom Rini 699946ae61 sandbox: Fix building with LLVM
- The macro __BIGGEST_ALIGNMENT__ is gcc-specific.  If it is not defined
  we'll just assume 16.  This is correct for at least the common cases
  and LLVM does not provide an equivalent macro.
- When linking U-Boot we're passing -T to the linker, and while gcc will
  just pass this along with LLVM we need to be specific.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-03-08 15:01:46 -05:00
..
cpu eth-raw-os.c: Add cast to bind(2) call 2016-01-15 08:09:47 -05:00
dts dm: video: test: Add tests for the video uclass 2016-01-20 19:10:16 -07:00
include/asm sandbox: Fix building with LLVM 2016-03-08 15:01:46 -05:00
lib sandbox: Add support for bootz 2015-04-19 14:45:57 -06:00
Kconfig dm: cros_ec: Convert cros_ec keyboard driver to driver model 2015-11-19 20:13:40 -07:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk sandbox: Fix building with LLVM 2016-03-08 15:01:46 -05:00