mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
added build script to bring in line with the rest of QIRA
This commit is contained in:
parent
7e25ee2019
commit
d657b70653
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,4 +21,7 @@ cda/include
|
||||
cda/clang-latest
|
||||
qemu
|
||||
tests/system
|
||||
pin/pin-*
|
||||
pin/obj-*
|
||||
|
||||
|
||||
|
9
pin/pin_build.sh
Executable file
9
pin/pin_build.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash -e
|
||||
if [ ! -d pin-latest ]; then
|
||||
wget -O- http://software.intel.com/sites/landingpage/pintool/downloads/pin-2.13-65163-gcc.4.4.7-linux.tar.gz | gunzip | tar x
|
||||
ln -s pin-2.13-65163-gcc.4.4.7-linux pin-latest
|
||||
fi
|
||||
|
||||
export PIN_ROOT=./pin-latest
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user