mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
updated PIN install script to use older gcc on linux as PIN requires this
This commit is contained in:
parent
f9fdc0b5c7
commit
c2d47ec1c8
@ -12,13 +12,13 @@ Linux)
|
||||
# pin build deps, good?
|
||||
if which apt-get; then
|
||||
echo "apt-getting pin tool building deps"
|
||||
sudo apt-get -qq -y install gcc-multilib g++-multilib || echo "WARNING: apt-get failed"
|
||||
sudo apt-get -qq -y install g++-4.9 gcc-4.9-multilib g++-4.9-multilib || echo "WARNING: apt-get failed"
|
||||
else
|
||||
echo "WARNING: you don't have apt-get, you are required to fetch pin tool building deps (e.g. 32 bit libs) on your own"
|
||||
fi
|
||||
|
||||
PIN_ROOT=./pin-latest TARGET=intel64 make
|
||||
PIN_ROOT=./pin-latest TARGET=ia32 make
|
||||
PIN_ROOT=./pin-latest TARGET=intel64 make CXX=g++-4.9
|
||||
PIN_ROOT=./pin-latest TARGET=ia32 make CXX=g++-4.9
|
||||
;;
|
||||
|
||||
Darwin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user