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, 0 insertions, 10 deletions
diff --git a/testing/docker/common-scripts/ctng-build-all b/testing/docker/common-scripts/ctng-build-all
deleted file mode 100755
index f29093a..0000000
--- a/testing/docker/common-scripts/ctng-build-all
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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