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:
parent
eb3766dc09
commit
12f83b2bcf
9 changed files with 22 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue