mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Fix GCC build
Fix GCC build Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
d76d2ae8c5
commit
3c74c2f0d2
@ -3,7 +3,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||
|
||||
RUN git clone --recurse-submodules https://repo.or.cz/tinycc.git \
|
||||
&& cd tinycc \
|
||||
&& ./configure --cpu=x86_64 \
|
||||
&& ./configure --cpu=x86_64 --with-libgcc \
|
||||
&& make -j$(nproc) \
|
||||
&& make test \
|
||||
&& make install
|
||||
|
Loading…
Reference in New Issue
Block a user