Add RANLIB_x86_64_unknown_illumos env for dist-x86_64-illumos dockerfile
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
992d154f3a
commit
c4939f1eb2
1 changed files with 5 additions and 4 deletions
|
|
@ -9,10 +9,10 @@ RUN bash /tmp/cross-apt-packages.sh
|
|||
# Required for cross-build gcc
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libgmp-dev \
|
||||
libmpfr-dev \
|
||||
libmpc-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
libgmp-dev \
|
||||
libmpfr-dev \
|
||||
libmpc-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY scripts/illumos-toolchain.sh /tmp/
|
||||
|
||||
|
|
@ -28,6 +28,7 @@ RUN /scripts/cmake.sh
|
|||
|
||||
ENV \
|
||||
AR_x86_64_unknown_illumos=x86_64-illumos-ar \
|
||||
RANLIB_x86_64_unknown_illumos=x86_64-illumos-ranlib \
|
||||
CC_x86_64_unknown_illumos=x86_64-illumos-gcc \
|
||||
CXX_x86_64_unknown_illumos=x86_64-illumos-g++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue