commit | da62bb92a478771a34818e759094f8bf2af00ff7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Apr 22 19:15:03 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 27 14:54:49 2018 -0400 |
tree | 1d63fdae996ec5b9b230e65674a086de3794a10d | |
parent | d5c883bbbef4e8e837afb5a7d93c85a0301db904 [diff] |
clang: Update documentation As of clang-5.0, things have changed a bit. First, we cannot automatically guess -target values as if we do not pass one with CC then cc-option will fail. Second, to disable movt/movw relocations the argument has become -mno-movt. Related to the target part, we cannot use arm-none-eabi as that ends up being too generic of an ARM target for things like say rpi_3_32b to work. Signed-off-by: Tom Rini <trini@konsulko.com>