Skip to content

Commit ef3ab5f

Browse files
committed
Disable BIND_NOW and PIE
1 parent 9f43656 commit ef3ab5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,9 @@ for target in "${targets[@]}"; do
603603
--enable-plugin \
604604
--enable-libstdcxx-time='rt' \
605605
--enable-cxx-flags="${linkflags} ${extra_cxx_flags}" \
606-
--enable-host-pie \
607-
--enable-host-shared \
608-
--enable-host-bind-now \
606+
--disable-host-pie \
607+
--disable-host-shared \
608+
--disable-host-bind-now \
609609
--enable-libgomp \
610610
--with-specs="${specs}" \
611611
--with-pic \

0 commit comments

Comments
 (0)