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:
George Hotz 2020-03-22 22:57:18 -07:00 committed by GitHub
commit 9b5680a0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)