diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 22:29:39 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 22:29:39 -0700 |
| commit | 9b82f86a8de20d685f7f9d31c6e4d93162a4e40b (patch) | |
| tree | 0bf055003453bdedb5911cc6870a1ccf979f9794 /toolchain | |
| parent | aa97d45d6054e6203110f16fdbad6c88af9c911a (diff) | |
Add support for building with a host toolchain
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/default.ninja | 5 |
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 |
