#!/bin/bash

make -f Makefile-crosstool-ng


cd crosstool-ng-1.19.0

#./ct-ng list-samples

#./ct-ng mips-unknown-linux-uclibc
# Modified the above mips config to remove GDB-PYTHON option
cp ../mips.config ./.config

./ct-ng build


