diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2007-09-09 00:05:13 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-09-09 00:05:13 +0000 |
commit | 9adfc73cd3e54416436bdc7429fa5596fdabcbe3 (patch) | |
tree | 607455f53d5c4fb48f9a1d7211074f664a7fe573 /libstdc++-v3/configure | |
parent | 96f52d87e86dd5c7716c9407871c719c9e32aa8d (diff) | |
download | gcc-9adfc73cd3e54416436bdc7429fa5596fdabcbe3.zip gcc-9adfc73cd3e54416436bdc7429fa5596fdabcbe3.tar.gz gcc-9adfc73cd3e54416436bdc7429fa5596fdabcbe3.tar.bz2 |
functional_hash.h: Add ext/numeric_traits.h.
2007-09-08 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/functional_hash.h: Add ext/numeric_traits.h.
* include/tr1/functional_hash.h Same.
* include/tr1/functional: Remove string, ext/type_traits.h includes.
* include/tr1_impl/functional_hash.h: Move string, wstring
definitions for std::<hash>::operator into separate file.
* include/std/functional
* src/hash.cc: New, move definitions here.
* src/hash_c++0x.cc: Same.
* src/Makefile.am: Add new source files.
* configure: Regenerate.
* Makefile.in: Same.
* src/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* config/abi/pre/gnu.ver: Add symbols.
* config/abi/pre/gnu-versioned-namespace.ver: Same, fix.
From-SVN: r128278
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index e2371b9..3651176 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -93844,6 +93844,7 @@ ABI_TWEAKS_SRCDIR=config/${abi_tweaks_dir} + # Determine cross-compile flags and AM_CONDITIONALs. #AC_SUBST(GLIBCXX_IS_NATIVE) #AM_CONDITIONAL(CANADIAN, test $CANADIAN = yes) |