Greetings SGUG,
Currently you have GCC 9.2.0 in RSE. I have taken it upon myself to attempt to get 9.5.0 working. After a lot of fiddling, it's working, it seems.
I have not run the testsuites; this was a low-priority issue but I built a few C and C++ projects with it.
Patch: https://pastebin.com/T4nc2rhd
Keep in mind that like my other patch it expects you to run gmp, mpc, mpfr and isl in-tree.
Make sure you run fixincludes, I don't include the fixincl.x file. Mostly because it gets messy. This requires autogen, so I actually do this step on a BSD machine first. Less messy/painful.
Built using my 6.5.0 compiler.
Configure command: ../gcc-9.5.0/configure --prefix=/opt/gcc9 --libdir=/opt/gcc9/lib32 --disable-silent-rules --with-system-zlib --with-libffi=/opt/gcc9/lib32 --disable-nls --enable-multilib --enable-bootstrap --enable-obsolete --enable-threads=posix --disable-lto --enable-static --enable-tls --enable-dynamic --enable-languages=c,c++
Raw tar is coming. I'm on vacation and away from my main server so I'll give proper stuff when I'm back.
Now to circle back around to GCC 4.x builds.
Currently you have GCC 9.2.0 in RSE. I have taken it upon myself to attempt to get 9.5.0 working. After a lot of fiddling, it's working, it seems.
I have not run the testsuites; this was a low-priority issue but I built a few C and C++ projects with it.
Patch: https://pastebin.com/T4nc2rhd
Keep in mind that like my other patch it expects you to run gmp, mpc, mpfr and isl in-tree.
Make sure you run fixincludes, I don't include the fixincl.x file. Mostly because it gets messy. This requires autogen, so I actually do this step on a BSD machine first. Less messy/painful.
Built using my 6.5.0 compiler.
Configure command: ../gcc-9.5.0/configure --prefix=/opt/gcc9 --libdir=/opt/gcc9/lib32 --disable-silent-rules --with-system-zlib --with-libffi=/opt/gcc9/lib32 --disable-nls --enable-multilib --enable-bootstrap --enable-obsolete --enable-threads=posix --disable-lto --enable-static --enable-tls --enable-dynamic --enable-languages=c,c++
Raw tar is coming. I'm on vacation and away from my main server so I'll give proper stuff when I'm back.
Now to circle back around to GCC 4.x builds.