diff options
Diffstat (limited to 'testing/docker/common-scripts/ctng-build-all')
-rwxr-xr-x | testing/docker/common-scripts/ctng-build-all | 10 |
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 f29093a9..00000000 --- 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 |