mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
Fixed toolchain paths
This commit is contained in:
parent
ffa14f8c9a
commit
143c79e5cd
@ -24,12 +24,12 @@ RUN apt-get update && \
|
||||
|
||||
ENV CROSS_TRIPLE aarch64-unknown-linux-gnueabi
|
||||
ENV CROSS_ROOT /opt/x-tools/${CROSS_TRIPLE}
|
||||
ENV AS=/opt/x-tools/${CROSS_TRIPLE}-as \
|
||||
AR=/opt/x-tools/${CROSS_TRIPLE}-ar \
|
||||
CC=/opt/x-tools/${CROSS_TRIPLE}-gcc \
|
||||
CPP=/opt/x-tools/${CROSS_TRIPLE}-cpp \
|
||||
CXX=/opt/x-tools/${CROSS_TRIPLE}-g++ \
|
||||
LD=/opt/x-tools/${CROSS_TRIPLE}-ld
|
||||
ENV AS=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-as \
|
||||
AR=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-ar \
|
||||
CC=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-gcc \
|
||||
CPP=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-cpp \
|
||||
CXX=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-g++ \
|
||||
LD=/opt/x-tools/${CROSS_TRIPLE}/bin/${CROSS_TRIPLE}-ld
|
||||
|
||||
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/linux-arm64
|
||||
WORKDIR /work
|
||||
|
Loading…
x
Reference in New Issue
Block a user