diff options
| author | Tom Tromey <tromey@redhat.com> | 2006-09-19 01:48:06 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-09-19 01:48:06 +0000 |
| commit | 2fb31455672e34b697ca5b03622be6d59a7baa4a (patch) | |
| tree | 2433a9d6bbe783d2a242b770389157472217d88d /libstdc++-v3 | |
| parent | 5e29ad9e74a644a206d49b745fb4622593ef3f4a (diff) | |
| download | gcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.tar.gz gcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.tar.bz2 gcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.zip | |
tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE.
config
* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
GCC_ENABLE.
libgomp
* configure: Rebuilt.
libstdc++-v3
* configure: Rebuilt.
libmudflap
* configure: Rebuilt.
libjava
* configure: Rebuilt.
From-SVN: r117049
Diffstat (limited to 'libstdc++-v3')
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rwxr-xr-x | libstdc++-v3/configure | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 984ded41708..505266b3be6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2006-09-18 Tom Tromey <tromey@redhat.com> + + * configure: Rebuilt. + 2006-09-18 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (_M_group_int): Remove diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 0050af38a22..c4185e73e7b 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -887,8 +887,7 @@ Optional Features: --enable-fully-dynamic-string do not put empty strings in per-process static memory [default=no] - _g_switchUse thread-local storage - [default=yes] + --enable-tls Use thread-local storage [default=yes] --enable-symvers=STYLE enables symbol versioning of the shared library [default=yes] --enable-visibility enables visibility safe usage [default=yes] @@ -4733,7 +4732,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 4736 "configure"' > conftest.$ac_ext + echo '#line 4735 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5353,7 +5352,7 @@ fi; # # Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style. cat > conftest.$ac_ext << EOF -#line 5356 "configure" +#line 5355 "configure" struct S { ~S(); }; void bar(); void foo() @@ -8009,7 +8008,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu # Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style. cat > conftest.$ac_ext << EOF -#line 8012 "configure" +#line 8011 "configure" int main() { // NB: _Atomic_word not necessarily int. |
