Skip to content
Snippets Groups Projects
Commit 3b6407b8 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 4760fe26
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment