update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit ad68134ae2 - Show all commits

View File

@@ -15,6 +15,7 @@ src_prepare() {
src_build() {
CFLAGS+=" -O3 -flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing" \
CFLAGS+=" -std=gnu17" # fix bug
CC=gcc \
./configure --prefix=/usr -G -r
make