added build script to bring in line with the rest of QIRA

This commit is contained in:
George Hotz 2014-08-04 19:19:41 +00:00
parent 7e25ee2019
commit d657b70653
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View File

@ -21,4 +21,7 @@ cda/include
cda/clang-latest
qemu
tests/system
pin/pin-*
pin/obj-*

9
pin/pin_build.sh Executable file
View 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