We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c3fca commit 5dd38a6Copy full SHA for 5dd38a6
Dockerfile.gcc16
@@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
22
ln -s ../binutils/bfd ../binutils/gas ../binutils/binutils ../binutils/ld ../binutils/libctf \
23
../binutils/libsframe ../binutils/opcodes . && \
24
cd /root/gcc-16/obj && \
25
- ../configure --enable-languages=c,c++,lto --prefix=/opt/gcc-16 --enable-checking=release && \
+ ../configure --enable-languages=c,c++,lto --prefix=/opt/gcc-16 --enable-checking=release --disable-bootstrap && \
26
make BOOT_CFLAGS=-march=x86-64-v3 -j3 && \
27
make -j3 install-strip && \
28
update-alternatives --install /usr/bin/gcc-16 gcc-16 /opt/gcc-16/bin/gcc 160 --slave /usr/bin/g++-16 g++-16 /opt/gcc-16/bin/g++ && \
0 commit comments