* scripts/check_performance: Support PCH.

From-SVN: r77360
This commit is contained in:
Loren J. Rittle 2004-02-06 00:51:34 +00:00 committed by Loren J. Rittle
parent f3c9154d0e
commit 462f4a816b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-05 Loren J. Rittle <ljrittle@acm.org>
* scripts/check_performance: Support PCH.
2004-02-05 Geoffrey Keating <geoffk@apple.com>
PR 12179

View File

@ -23,7 +23,7 @@ case $BASH_VERSION in
esac
flags_script=$BUILD_DIR/scripts/testsuite_flags
INCLUDES=`$flags_script --build-includes`
INCLUDES="`$flags_script --build-includes` -include bits/stdc++.h"
FLAGS=`$flags_script --cxxflags`
THREAD_FLAG='-pthread'
COMPILER=`$flags_script --build-cxx`