Skip to content

Commit 5dd38a6

Browse files
committed
Build GCC 16 without bootstrap again
This fixes the build and is faster.
1 parent 18c3fca commit 5dd38a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.gcc16

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
2222
ln -s ../binutils/bfd ../binutils/gas ../binutils/binutils ../binutils/ld ../binutils/libctf \
2323
../binutils/libsframe ../binutils/opcodes . && \
2424
cd /root/gcc-16/obj && \
25-
../configure --enable-languages=c,c++,lto --prefix=/opt/gcc-16 --enable-checking=release && \
25+
../configure --enable-languages=c,c++,lto --prefix=/opt/gcc-16 --enable-checking=release --disable-bootstrap && \
2626
make BOOT_CFLAGS=-march=x86-64-v3 -j3 && \
2727
make -j3 install-strip && \
2828
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

Comments
 (0)