just some notes about the toolchain
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
parent
ed5cdba81f
commit
e2e1a2c2e2
@ -13,3 +13,8 @@ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;ARM" \
|
|||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
||||||
cd $BASEDIR
|
cd $BASEDIR
|
||||||
|
|
||||||
|
#TODO: copy include header (now in /usr/include)
|
||||||
|
# include patch for binutils
|
||||||
|
# enable optimization for llvm (more stuff?)
|
||||||
|
# test with gcc-4.8 binaries if there are errors
|
||||||
|
Loading…
Reference in New Issue
Block a user