Fix for the mipsel mk

This commit is contained in:
pancake 2017-03-14 00:47:51 +01:00
parent a8b9dc0980
commit 6805a12210

View File

@ -1,6 +1,6 @@
ARCH=mipsel
CROSS_ROOT=/usr/bin
CROSS_TRIPLET=${ARCH}-linux-gnueabi
CROSS_TRIPLET=${ARCH}-linux-gnu
CC=${CROSS_ROOT}/${CROSS_TRIPLET}-gcc
USERCC=${CROSS_ROOT}/${CROSS_TRIPLET}-gcc