diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-20 08:04:41 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-20 08:04:41 +0000 |
commit | a5ce6a27ce39bbfd849042e534465622b195871e (patch) | |
tree | fa199c504e93c54dec179c7ce12a1418dd0f1e58 /libstdc++-v3/configure.in | |
parent | 246dfa9b4213a0509f8518d42026ca4c53e0ae8e (diff) | |
download | gcc-a5ce6a27ce39bbfd849042e534465622b195871e.tar.gz |
2000-12-19 Curtis Janssen <cljanss@ca.sandia.gov>
* src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
* testsuite/27_io/ios_base_storage.cc (test01): New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 2823853b844..d0131479914 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -279,6 +279,7 @@ fi # specified as build_headers in src/Makefile.am in a target-dependent # place, or else multiple installs for different compilers will # overwrite these files. +# NB: Keep this and gcc/Makefile.in's -DGPLUSPLUS_TOOL_INCLUDE_DIR in sync. gxx_target_include_dir='$(exec_prefix)/$(target_alias)/include/g++-$(libstdcxx_interface)' AC_SUBST(gxx_target_include_dir) |