crosstool-ng/testing/docker/common-scripts/ctng-install
Alexey Neyman 715d6376bf First stab at docker-based test framework
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-15 14:29:09 -07:00

11 lines
133 B
Bash
Executable File

#!/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