just some notes about the toolchain

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2016-01-07 18:47:35 +01:00
parent ed5cdba81f
commit e2e1a2c2e2
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;ARM" \
make -j $(nproc)
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