diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-23 04:38:42 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-23 04:38:42 +0000 |
commit | 87e66c3081653d6dfa29ea9095fddb0cb7741644 (patch) | |
tree | f867b8cb73e2b2f16074ed72a4597cf7d87f6b3d /libstdc++-v3/mkcheck.in | |
parent | 002fe3cb431c43bdaa5b5973cf02e80733f04fe3 (diff) | |
download | gcc-87e66c3081653d6dfa29ea9095fddb0cb7741644.tar.gz |
2000-08-23 Phil Edwards <pme@sourceware.cygnus.com>
* acconfig.h: _GLIBCPP_USING_THREADS and some workaround types added.
* acinclude.m4: New macro, GLIBCPP_ENABLE_WCHAR. Set the threads
definition as well, and some minor spelling/spacing fixes. If
building libio, check for certain typedefs.
* libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USING_THREADS.
Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types
will never be there.
* libio/libio.h: In the null case, _IO_lock_t can't just be void.
* src/string-inst.cc: Use _GLIBCPP_USE_WCHAR_T.
* configure.in: Update the cache a bit more often.
* mkcheck.in: For check-install, also need to -I the testsuite dir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/mkcheck.in')
-rwxr-xr-x | libstdc++-v3/mkcheck.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/mkcheck.in b/libstdc++-v3/mkcheck.in index ef0950b7c7c..ee9cb1cf28c 100755 --- a/libstdc++-v3/mkcheck.in +++ b/libstdc++-v3/mkcheck.in @@ -57,7 +57,7 @@ fi if [ $WHICH != "1" ]; then INC_PATH="@CSHADOWFLAGS@ -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 -I$SRC_DIR/testsuite" elif [ $WHICH -eq 1 ]; then - INC_PATH="" + INC_PATH="-I$SRC_DIR/testsuite" fi if [ $WHICH -eq 2 ]; then |