crosstool-ng/testing/docker/common-scripts/ctng-install

11 lines
133 B
Plaintext
Raw Normal View History

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