1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Improve "root" configs

This commit is contained in:
Alex Kotov 2022-01-17 16:36:32 +05:00
parent c3939da4eb
commit 6e37ea8df8
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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