From e2e1a2c2e214924c2a326294b7102252f00d1367 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 7 Jan 2016 18:47:35 +0100 Subject: [PATCH] just some notes about the toolchain Signed-off-by: Wolfgang Wiedmeyer --- build-toolchain | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-toolchain b/build-toolchain index a2b5fbcb..8264721c 100755 --- a/build-toolchain +++ b/build-toolchain @@ -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