1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-19 03:56:14 +02:00

Cleanup binutils confgiure flags, add relro, PIC, deterministic ar

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-10-21 20:01:47 +02:00
parent 1aa829699c
commit 6ad8ed37f7

View file

@ -14,6 +14,8 @@ build() {
$1/configure --prefix="$TCDIR" --target="$TARGET" --disable-nls \
--with-sysroot="$TCDIR/$TARGET" --disable-multilib \
--enable-shared --enable-plugins --enable-relro \
--with-pic --enable-deterministic-archives \
--with-lib-path="$TCDIR/$TARGET/lib" $extra
make configure-host