summaryrefslogtreecommitdiffstats
path: root/build-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'build-toolchain')
-rwxr-xr-xbuild-toolchain5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-toolchain b/build-toolchain
index a2b5fbc..8264721 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