FIX: reference_bin_nopie.i386 compiled with pie instead of no-pie (#3008)

pull/3016/head^2
Emanuele19 7 months ago committed by GitHub
parent cbda6f5eb3
commit 51651b2d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -175,7 +175,7 @@ reference_bin_nopie.out: reference-binary.c
reference_bin_nopie.i386.out: reference-binary.c
@echo "[+] Building reference_bin_nopie.i386.out"
${ZIGCC} -fpie -target x86-linux-gnu -o reference_bin_nopie.i386.out reference-binary.c
${ZIGCC} -fno-pie -target x86-linux-gnu -o reference_bin_nopie.i386.out reference-binary.c
symbol_1600_and_752.out: symbol_1600_and_752.cpp
${CXX} -O0 -ggdb -Wno-pmf-conversions symbol_1600_and_752.cpp -o symbol_1600_and_752.out
@ -192,4 +192,4 @@ canary.i386.out: canary.i386.c
${ZIGCC} \
${CFLAGS} \
-target x86-linux-gnu \
-o canary.i386.out canary.i386.c
-o canary.i386.out canary.i386.c

Loading…
Cancel
Save