mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Merge pull request #128 from thewtex/mipsel-paths
linux-mipsel: Fix toolchain environmental variable paths
This commit is contained in:
commit
8ec77d7a07
@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
qemu-user \
|
qemu-user \
|
||||||
qemu-user-static
|
qemu-user-static
|
||||||
|
|
||||||
ENV CROSS_TRIPLE mipsel-linux-gnueabi
|
ENV CROSS_TRIPLE mipsel-linux-gnu
|
||||||
ENV CROSS_ROOT /usr/bin
|
ENV CROSS_ROOT /usr/bin
|
||||||
ENV AS=${CROSS_ROOT}/${CROSS_TRIPLE}-as \
|
ENV AS=${CROSS_ROOT}/${CROSS_TRIPLE}-as \
|
||||||
AR=${CROSS_ROOT}/${CROSS_TRIPLE}-ar \
|
AR=${CROSS_ROOT}/${CROSS_TRIPLE}-ar \
|
||||||
|
Loading…
Reference in New Issue
Block a user