summaryrefslogtreecommitdiffstats
path: root/build-toolchain
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-07 18:47:35 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-07 18:47:35 +0100
commite2e1a2c2e214924c2a326294b7102252f00d1367 (patch)
tree7842f464716a19cb47080bd85b7b9b6f0b06ec73 /build-toolchain
parented5cdba81f0a45c2df9fb5045af9b8c2e8e31c17 (diff)
downloadvendor_replicant-e2e1a2c2e214924c2a326294b7102252f00d1367.zip
vendor_replicant-e2e1a2c2e214924c2a326294b7102252f00d1367.tar.gz
vendor_replicant-e2e1a2c2e214924c2a326294b7102252f00d1367.tar.bz2
just some notes about the toolchain
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
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