Merge pull request #128 from thewtex/mipsel-paths

linux-mipsel: Fix toolchain environmental variable paths
This commit is contained in:
Matt McCormick 2017-04-09 23:35:38 -04:00 committed by GitHub
commit 8ec77d7a07

View File

@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
qemu-user \
qemu-user-static
ENV CROSS_TRIPLE mipsel-linux-gnueabi
ENV CROSS_TRIPLE mipsel-linux-gnu
ENV CROSS_ROOT /usr/bin
ENV AS=${CROSS_ROOT}/${CROSS_TRIPLE}-as \
AR=${CROSS_ROOT}/${CROSS_TRIPLE}-ar \