diff --git a/playground/commands.txt b/playground/commands.txt index 0f3812f..112b9c7 100644 --- a/playground/commands.txt +++ b/playground/commands.txt @@ -10,3 +10,18 @@ make all-target-libstdc++-v3 -j8 git log git format-patch -1 python3 contrib/check_GNU_style.py gcc_component_ref.patch + + + + + + +Build and install: + +../gcc/configure --enable-host-shared --prefix=/usr/local/gcc-16 --program-suffix=16 --enable-languages=c,c++ --enable-plugin --disable-multilib --disable-werror --disable-bootstrap --disable-libsanitizer --disable-libquadmath --disable-libvtv + +make -j8 +sudo make install + +sudo ln -s /usr/local/gcc-16/bin/gcc16 /usr/local/bin/gcc-16 +sudo ln -s /usr/local/gcc-16/bin/g++16 /usr/local/bin/g++-16