mirror of
https://github.com/geohot/qira
synced 2025-03-12 18:13:15 +03:00
Merge pull request #230 from janbbeck/janbbeck-patch-1
Fix embarrasing oversight; don't just pull gcc-7 but use it.
This commit is contained in:
commit
9b5680a0b6
@ -17,8 +17,8 @@ Linux)
|
||||
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 CXX=g++-4.9
|
||||
PIN_ROOT=./pin-latest TARGET=ia32 make CXX=g++-4.9
|
||||
PIN_ROOT=./pin-latest TARGET=intel64 make CXX=g++-7
|
||||
PIN_ROOT=./pin-latest TARGET=ia32 make CXX=g++-7
|
||||
;;
|
||||
|
||||
Darwin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user