Newer
Older
invertedlogic / Scripts / Toolchains / make-mips-toolchain.sh
@John Ryland John Ryland on 9 May 2015 233 bytes
#!/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