1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-20 20:37:27 +01:00

Add -m32 and -march=i386 to the Jam build for bionic

This is hopefully the last thing that needs to be fixed up for i386
compatibility.

See #6268
This commit is contained in:
James Lee 2012-01-27 18:02:37 -07:00
parent 0cd4985b69
commit b8c4c95269

View File

@ -377,7 +377,7 @@ DEFINES = USE_LOCKS
ANDROID
;
CFLAGS_x86 = -Iprivate -Ibionic -Ikernel/arch-x86 -Ikernel/common -I../libm/include -fno-stack-protector -fno-pie -DPIC -ffreestanding -fno-tree-scev-cprop ;
CFLAGS_x86 = -m32 -march=i386 -Iprivate -Ibionic -Ikernel/arch-x86 -Ikernel/common -I../libm/include -fno-stack-protector -fno-pie -DPIC -ffreestanding -fno-tree-scev-cprop ;
for arch in $(ARCH)