Add GCC 12

The latest version of GCC.
And with this, the glibc-musl-gcc toolchain is complete.

A variety of modern features (default PIE SSP) are enabled.
This commit is contained in:
fosslinux 2023-04-18 10:59:13 +10:00
parent ac4685e886
commit 6fb676c8c2
10 changed files with 255 additions and 1 deletions

View file

@ -84,7 +84,6 @@ src_configure() {
mkdir build
cd build
# -rdynamic is required for plugin support in a static ld
LDFLAGS="-static" \
../configure \
--prefix="${PREFIX}" \