diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-19 01:48:06 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-19 01:48:06 +0000 |
commit | e564ddd818cadbc60ade8bf297d05c2896894140 (patch) | |
tree | 2433a9d6bbe783d2a242b770389157472217d88d /libmudflap | |
parent | f005ebd31948e9d8532970a8933f2c144d3ca223 (diff) | |
download | gcc-e564ddd818cadbc60ade8bf297d05c2896894140.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 4 | ||||
-rwxr-xr-x | libmudflap/configure | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index ea2c6f660f8..4890660a793 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,7 @@ +2006-09-18 Tom Tromey <tromey@redhat.com> + + * configure: Rebuilt. + 2006-06-21 Frank Ch. Eigler <fche@redhat.com> PR 21274 diff --git a/libmudflap/configure b/libmudflap/configure index fd5ba708d37..ed7cb8f0201 100755 --- a/libmudflap/configure +++ b/libmudflap/configure @@ -850,8 +850,7 @@ Optional Features: --enable-static=PKGS build static libraries default=yes --enable-fast-install=PKGS optimize for fast installation default=yes --disable-libtool-lock avoid locking (might break parallel builds) - _g_switchUse thread-local storage - [default=yes] + --enable-tls Use thread-local storage [default=yes] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -5850,7 +5849,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 5853 "configure"' > conftest.$ac_ext + echo '#line 5852 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? |