1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-06-02 18:21:48 -04:00

Main: configure.ac: Add feature "freestanding"

This commit is contained in:
Alex Kotov 2022-06-04 16:01:02 +03:00
parent eb3766dc09
commit 12f83b2bcf
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
9 changed files with 22 additions and 18 deletions

View file

@ -14,6 +14,4 @@ export AR="$CROSS-ar"
export CC="$CROSS-gcc"
export RANLIB="$CROSS-ranlib"
export CFLAGS='-fno-pic -ffreestanding -nostdlib -fno-stack-protector'
"$REPO/configure" --host="$HOST" --prefix="$PREFIX" --with-libc-all
"$REPO/configure" --host="$HOST" --prefix="$PREFIX" --enable-freestanding --with-libc-all