summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-22 18:29:57 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-23 09:29:58 (EDT)
commit3c3a7c46dfa793781832e86908222015c88167a7 (patch)
treeae9280e454b5d2f77b7a1f938abe06ed85f2d54d
parentf709310bdba70c0c05060adbee61ef3f72ce0281 (diff)
build: Build the toolchain
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..6dff7c4 100755
--- a/build
+++ b/build
@@ -4,3 +4,8 @@ include ../source.mk
nop:
@:
+
+build:
+ mkdir -p src/toolchain/dl/
+ (cd src/toolchain/dl/ && ln -sf ../../../../toolchain/* ./)
+ oh-autobuild -T toolchain