summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-04-17 22:29:39 -0700
committerMichael Forney <mforney@mforney.org>2016-04-17 22:29:39 -0700
commit9b82f86a8de20d685f7f9d31c6e4d93162a4e40b (patch)
tree0bf055003453bdedb5911cc6870a1ccf979f9794 /toolchain
parentaa97d45d6054e6203110f16fdbad6c88af9c911a (diff)
Add support for building with a host toolchain
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/default.ninja5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/default.ninja b/toolchain/default.ninja
new file mode 100644
index 00000000..528c1d95
--- /dev/null
+++ b/toolchain/default.ninja
@@ -0,0 +1,5 @@
+ar = ar
+cc = cc
+
+cflags = -O2 -march=native -pipe
+ldflags = -static