mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
doc/README.clang: Document sandbox instructions
It is possible to compile and run the sandbox target with clang currently, so document that as well. Cc: Jeroen Hofstee <jeroen@myspectrum.nl> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
99de254e8d
commit
7ad260a999
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ export TRIPLET=arm-linux-gnueabi && export CROSS_COMPILE="$TRIPLET-"
|
|||
make HOSTCC=clang CC="clang -target $TRIPLET -mllvm -arm-use-movt=0 -no-integrated-as" rpi_defconfig
|
||||
make HOSTCC=clang CC="clang -target $TRIPLET -mllvm -arm-use-movt=0 -no-integrated-as" all V=1 -j8
|
||||
|
||||
It can also be used to compile sandbox:
|
||||
make HOSTCC=clang sandbox_defconfig
|
||||
make HOSTCC=clang CC=clang -j8
|
||||
|
||||
FreeBSD 11 (Current):
|
||||
--------------------
|
||||
Since llvm 3.4 is currently in the base system, the integrated as is
|
||||
|
|
Loading…
Reference in a new issue