summaryrefslogtreecommitdiff
path: root/testing/docker/common-scripts/ctng-install
blob: 6994fd5dcd37656e232fa332f47f1538f91ec45f (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e
cd work
/crosstool-ng/configure --prefix=/opt/ctng
make
make install