From 462f4a816bf3ad3561e9fb26f8cd9e1ecdf86dcc Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Fri, 6 Feb 2004 00:51:34 +0000 Subject: [PATCH] * scripts/check_performance: Support PCH. From-SVN: r77360 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/scripts/check_performance | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index db89cd7..9568178 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-02-05 Loren J. Rittle + + * scripts/check_performance: Support PCH. + 2004-02-05 Geoffrey Keating PR 12179 diff --git a/libstdc++-v3/scripts/check_performance b/libstdc++-v3/scripts/check_performance index cbfabb0..998f45d 100755 --- a/libstdc++-v3/scripts/check_performance +++ b/libstdc++-v3/scripts/check_performance @@ -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` -- 2.7.4