diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-08-22 01:26:43 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-08-22 01:26:43 +0000 |
commit | 65be6ddd76c05dd4a3395c1fe5e579e6e703fc84 (patch) | |
tree | 2d46f87853dba7f68018141c61d1fe5706452ab5 /libstdc++-v3/config.h.in | |
parent | 7e501b00a4711fa4b34327f416dc4718da6a2eb0 (diff) | |
download | gcc-65be6ddd76c05dd4a3395c1fe5e579e6e703fc84.tar.gz |
Makefile.am (install-data-local): Remove pch-install rules.
2007-08-21 Benjamin Kosnik <bkoz@montsouris.artheist.org>
* include/Makefile.am (install-data-local): Remove pch-install rules.
(host_headers): Add stdc++.h, stdtr1c++.h, extc++.h.
* include/Makefile.in: Regenerate.
* config.h.in: Same.
* scripts/check_compile: Remove space between outputs.
* include/ext/throw_allocator.h: Correct doxygen markup.
* include/bits/char_traits.h: Correct spacing.
* include/bits/stl_function.h: Same, for 80 column.
* include/std/valarray: Same.
* testsuite/util/testsuite_iterators.h: Same.
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Format.
From-SVN: r127685
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index b6d4967ee8a..30a03cc24d3 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -24,6 +24,9 @@ /* Define to 1 if you have the `atanl' function. */ #undef HAVE_ATANL +/* Define to 1 if the target assembler supports thread-local storage. */ +#undef HAVE_CC_TLS + /* Define to 1 if you have the `ceilf' function. */ #undef HAVE_CEILF |