summaryrefslogtreecommitdiff
path: root/testing/docker/common-scripts/ctng-build-all
diff options
context:
space:
mode:
Diffstat (limited to 'testing/docker/common-scripts/ctng-build-all')
-rwxr-xr-xtesting/docker/common-scripts/ctng-build-all10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/docker/common-scripts/ctng-build-all b/testing/docker/common-scripts/ctng-build-all
new file mode 100755
index 0000000..f29093a
--- /dev/null
+++ b/testing/docker/common-scripts/ctng-build-all
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+cd
+rm -rf bld-ctng
+mkdir bld-ctng
+cd bld-ctng
+/crosstool-ng/configure --prefix=$HOME/inst-ctng
+make
+make install