-
Notifications
You must be signed in to change notification settings - Fork 31
/
build_ophelper.sh
2 lines (2 loc) · 1.04 KB
/
build_ophelper.sh
1
2
/opt/source/s2e/build_s2e/llvm-gcc-4.2-2.6-x86_64-linux/bin/llvm-gcc -I/opt/source/s2e/s2e/qemu/slirp -m64 -I. -Iobjs/ -I./android/config/ -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -fno-strict-aliasing -DHAS_AUDIO -I./fpu -I./tcg -I./tcg/arm -fno-inline -I.. -Itarget-arm -DNEED_CPU_H -Wold-style-definition -Wmissing-prototypes -Wstrict-prototypes -O2 -fPIC -c -DCONFIG_S2E -DS2E_LLVM_LIB -emit-llvm -o op_helper.bc ./target-arm/op_helper.c
#/opt/source/s2e/build_s2e/llvm-gcc-4.2-2.6-x86_64-linux/bin/llvm-gcc -I/opt/source/s2e/s2e/qemu/slirp -m32 -I. -Iobjs/ -I./android/config/ -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -fno-strict-aliasing -DHAS_AUDIO -I./fpu -I./tcg -I./tcg/arm -fno-inline -I.. -Itarget-arm -DNEED_CPU_H -Wold-style-definition -Wmissing-prototypes -Wstrict-prototypes -O2 -fPIC -c -DS2E_LLVM_LIB -emit-llvm -o op_helper.bc ./target-arm/op_helper.c