summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/scripts/check_compile
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-29 10:53:04 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-29 10:53:04 +0000
commit5c6eaef07ac01b971616128f23d94a9c2e79cce2 (patch)
tree94758d8662cdadee685093ec4c8f162cde14510a /libstdc++-v3/scripts/check_compile
parent7af69fcbd50267014f6fcd534b3450edff01eee4 (diff)
downloadppe42-gcc-5c6eaef07ac01b971616128f23d94a9c2e79cce2.tar.gz
ppe42-gcc-5c6eaef07ac01b971616128f23d94a9c2e79cce2.zip
2006-08-29 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4(glibcxx_PCHFLAGS): Set to stdtr1c++.h. * configure: Regenerate. * scripts/check_compile: Output current compile line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/scripts/check_compile')
-rwxr-xr-xlibstdc++-v3/scripts/check_compile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/scripts/check_compile b/libstdc++-v3/scripts/check_compile
index 6d7f51595f6..c969f98c476 100755
--- a/libstdc++-v3/scripts/check_compile
+++ b/libstdc++-v3/scripts/check_compile
@@ -30,6 +30,10 @@ TEST_FLAGS="-S"
COMPILER=`$flags_script --build-cxx`
CXX="$COMPILER $INCLUDES $PCH_FLAGS $FLAGS $TEST_FLAGS"
+echo "compile line is:"
+echo $CXX
+echo ""
+
TESTS_FILE="testsuite_files"
#mkdir binaries
OpenPOWER on IntegriCloud