mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
linux-mipsel: Fix toolchain environmental variable paths
To address #121
This commit is contained in:
parent
3ffc304c0b
commit
d791f2a5cb
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user