linux-mipsel: Fix toolchain environmental variable paths

To address #121
This commit is contained in:
Matt McCormick 2017-04-09 20:51:49 -04:00
parent 3ffc304c0b
commit d791f2a5cb

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 \