mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
Update final gcc to 15.2.0
This commit is contained in:
parent
14937efcb2
commit
ebe5f0ddff
12 changed files with 78 additions and 48 deletions
|
|
@ -32,7 +32,8 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
CFLAGS="-Wno-error" ./configure --prefix="${PREFIX}" --sbindir="${PREFIX}/bin" --build=i686-pc-linux-musl
|
||||
CFLAGS="-std=gnu11 -Wno-error" \
|
||||
./configure --prefix="${PREFIX}" --sbindir="${PREFIX}/bin" --build=i686-pc-linux-musl
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue