1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00
Fixes https://github.com/rui314/mold/issues/1073
This commit is contained in:
Rui Ueyama 2023-07-31 09:24:33 +09:00
parent 13bb00bfa2
commit 9fe3d750cc

View File

@ -54,7 +54,7 @@ fi
if [ $MACHINE = x86_64 -o $MACHINE = aarch64 ]; then
$CXX -c -o $t/e.o $t/a.cc -mcmodel=large -fno-PIC
$CXX -B. -o $t/exe9 $t/e.o $static
$CXX -B. -o $t/exe9 $t/e.o -no-pie $static
$QEMU $t/exe9
$CXX -B. -o $t/exe10 $t/e.o -no-pie