aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-09-19 01:48:06 +0000
committerTom Tromey <tromey@gcc.gnu.org>2006-09-19 01:48:06 +0000
commit2fb31455672e34b697ca5b03622be6d59a7baa4a (patch)
tree2433a9d6bbe783d2a242b770389157472217d88d /libjava
parent5e29ad9e74a644a206d49b745fb4622593ef3f4a (diff)
downloadgcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.zip
gcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.tar.gz
gcc-2fb31455672e34b697ca5b03622be6d59a7baa4a.tar.bz2
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 'libjava')
-rw-r--r--libjava/ChangeLog4
-rwxr-xr-xlibjava/configure7
2 files changed, 7 insertions, 4 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 82872f7..92cbfb7 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-18 Tom Tromey <tromey@redhat.com>
+
+ * configure: Rebuilt.
+
2006-09-18 Petr Salinger <Petr.Salinger@seznam.cz>
* configure.host: Handle kfreebsd.
diff --git a/libjava/configure b/libjava/configure
index f53b3481..17dda7c 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -877,8 +877,7 @@ Optional Features:
--disable-jvmpi disable JVMPI support
--enable-java-gc=TYPE choose garbage collector (default is boehm)
--disable-rpath do not hardcode runtime library paths
- _g_switchUse thread-local storage
- [default=yes]
+ --enable-tls Use thread-local storage [default=yes]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -5876,7 +5875,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 5879 "configure"' > conftest.$ac_ext
+ echo '#line 5878 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -6879,7 +6878,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
:
else
cat > conftest.$ac_ext << EOF
-#line 6882 "configure"
+#line 6881 "configure"
struct S { ~S(); };
void bar();
void foo()