summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-03-16 20:40:20 -0400
committerTom Rini <trini@konsulko.com>2016-03-27 09:12:19 -0400
commit7ad260a999d77cec94103b97cb5f51ccc0a0abe5 (patch)
tree48e01e5abded79f371194ca289f852fc1c6f62a2 /doc
parent99de254e8de9a73ac6baee05786e2e3f70e4813b (diff)
downloadtalos-obmc-uboot-7ad260a999d77cec94103b97cb5f51ccc0a0abe5.tar.gz
talos-obmc-uboot-7ad260a999d77cec94103b97cb5f51ccc0a0abe5.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.clang4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.clang b/doc/README.clang
index 7ce5ae4867..d41f85b3ed 100644
--- a/doc/README.clang
+++ b/doc/README.clang
@@ -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
OpenPOWER on IntegriCloud