mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Cleanup binutils confgiure flags, add relro, PIC, deterministic ar
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
1aa829699c
commit
6ad8ed37f7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue