commit | a1965e96464832fdcb2bde081780b85d20ed79b1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Mar 05 14:07:44 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 08 15:01:46 2016 -0500 |
tree | 1c26b7f192746fe8e5ac05b357fd50a8065ef0de | |
parent | 33a0d887266d91e09df6b9af59f5fd48522ab68f [diff] |
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>