]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
config
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2006 01:48:06 +0000 (01:48 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2006 01:48:06 +0000 (01:48 +0000)
* 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

config/ChangeLog
config/tls.m4
libgomp/ChangeLog
libgomp/configure
libjava/ChangeLog
libjava/configure
libmudflap/ChangeLog
libmudflap/configure
libstdc++-v3/ChangeLog
libstdc++-v3/configure

index 3c3343b0623f4b87cd5fc1d793f72a1db76d0d94..fa855c0afa27f0095b7eea347c177c0dfbb1bc73 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-18  Tom Tromey  <tromey@redhat.com>
+
+       * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
+       GCC_ENABLE.
+
 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
 
        PR build/26188
index 5cbb6854f6c784e422925bf71769a24c2cabc89c..b7a07309abe447ec458dc7e014c44b3c4c5b9331 100644 (file)
@@ -1,6 +1,6 @@
 dnl Check whether the target supports TLS.
 AC_DEFUN([GCC_CHECK_TLS], [
-  GCC_ENABLE(tls, yes, [Use thread-local storage])
+  GCC_ENABLE(tls, yes, [], [Use thread-local storage])
   AC_CACHE_CHECK([whether the target supports thread-local storage],
                 have_tls, [
     AC_RUN_IFELSE([__thread int a; int b; int main() { return a = b; }],
index 5a5f3030e0967bd515aa942fc0dde2d7361503bd..9dc9e31078fe7eac7def7370368f936112abbee4 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-18  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+
 2006-09-13  Joseph S. Myers  <joseph@codesourcery.com>
 
        PR c/28768
index f14cb657ade4b7422911e2205b5b964dd806dbd1..f01acbfd96b3365660136f877edfa75e845180a3 100755 (executable)
@@ -865,8 +865,7 @@ Optional Features:
   --disable-libtool-lock  avoid locking (might break parallel builds)
   --enable-maintainer-mode  enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
-  _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]
 
@@ -4228,7 +4227,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 4231 "configure"' > conftest.$ac_ext
+  echo '#line 4230 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -4638,7 +4637,7 @@ fi
 
 
 # Provide some information about the compiler.
-echo "$as_me:4641:" \
+echo "$as_me:4640:" \
      "checking for Fortran compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
index 82872f77a1fb20d48fb91c371d5fed5736e4b994..92cbfb7cbad31f9b8bc723a3011d312c327bd0b7 100644 (file)
@@ -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.
index f53b34810ab50a1bbced6f7167a5a5f49457bfa9..17dda7c065d18e80e2e5fad8ffba8b3665a9f510 100755 (executable)
@@ -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()
index ea2c6f660f835140ebd33196a7a9d9b6031694ff..4890660a7934f8f56162f139865cd39ece6fa255 100644 (file)
@@ -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
index fd5ba708d375b2b62c8fcfb28060a08672f49366..ed7cb8f02012adb2d60cb0fd8be56edb3e5a2583 100755 (executable)
@@ -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=$?
index 984ded41708df39b4a4b338c89e539e611eaa27c..505266b3be692491b75bed3ad13ac3d06d96d80c 100644 (file)
@@ -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
index 0050af38a225e8e1c87d1f854c5c035ecd6c4226..c4185e73e7b75830e6c5efcb8b810b4ee40ae12d 100755 (executable)
@@ -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.