mkcheck.in: Report compiler version used for test.
2000-04-24 Loren J. Rittle <ljrittle@acm.org> * mkcheck.in: Report compiler version used for test. Find the built _G_config.h instead of any old installed version. From-SVN: r33405
This commit is contained in:
parent
f4dad842c7
commit
f7f8b18003
@ -1,3 +1,8 @@
|
||||
2000-04-24 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* mkcheck.in: Report compiler version used for test. Find
|
||||
the built _G_config.h instead of any old installed version.
|
||||
|
||||
2000-04-24 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* config/generic/ctype.cc (do_toupper): Remove dependence on
|
||||
|
@ -51,7 +51,7 @@ fi
|
||||
|
||||
# INC_PATH == include path to new headers for use on gcc command-line
|
||||
if [ $WHICH != "1" ]; then
|
||||
INC_PATH="-I$BUILD_DIR -I$SRC_DIR/@ctype_include_dir@ -I$SRC_DIR/@cpu_include_dir@ -I$SRC_DIR/std -I$SRC_DIR -I$SRC_DIR/libio"
|
||||
INC_PATH="-I$BUILD_DIR -I$BUILD_DIR/libio -I$SRC_DIR/@ctype_include_dir@ -I$SRC_DIR/@cpu_include_dir@ -I$SRC_DIR/std -I$SRC_DIR -I$SRC_DIR/libio"
|
||||
elif [ $WHICH -eq 1 ]; then
|
||||
INC_PATH=""
|
||||
fi
|
||||
@ -133,7 +133,7 @@ cp $SRC_DIR/testsuite/27_io/*.tst $TEST_DIR
|
||||
|
||||
# Emit useful info about compiler and platform
|
||||
echo "host: $(uname -mrsv)" >> $RESULTS_FILE
|
||||
echo "compiler: $(g++ --version)" >> $RESULTS_FILE
|
||||
echo "compiler: $($CXX --version)" >> $RESULTS_FILE
|
||||
echo "compiler flags: $CXX_FLAG $ST_FLAG" >> $RESULTS_FILE
|
||||
echo "date: $(date +%Y%m%d)" >> $RESULTS_FILE
|
||||
echo "" >> $RESULTS_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user