mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
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:
parent
ac4685e886
commit
6fb676c8c2
10 changed files with 255 additions and 1 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue