Disable libgcc

Disable libgcc

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-04 21:40:16 +02:00
parent bca0a99e99
commit 37ece838f8

View File

@ -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 --with-libgcc \
&& ./configure --cpu=x86_64 \
&& make -j$(nproc) \
&& make test \
&& make install