summaryrefslogtreecommitdiff
path: root/cross_toolset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross_toolset/Makefile')
-rw-r--r--cross_toolset/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/cross_toolset/Makefile b/cross_toolset/Makefile
new file mode 100644
index 000000000000..271c83a316a0
--- /dev/null
+++ b/cross_toolset/Makefile
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This build the modules needed on the build side for a cross-compilation
+#
+
+SHELL=/usr/bin/env bash
+include ../config_build.mk
+
+
+.PHONY : build
+
+build:
+ $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
+