summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-19 01:48:06 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-19 01:48:06 +0000
commite564ddd818cadbc60ade8bf297d05c2896894140 (patch)
tree2433a9d6bbe783d2a242b770389157472217d88d /libgomp
parentf005ebd31948e9d8532970a8933f2c144d3ca223 (diff)
downloadgcc-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 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rwxr-xr-xlibgomp/configure7
2 files changed, 7 insertions, 4 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 5a5f3030e09..9dc9e31078f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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
diff --git a/libgomp/configure b/libgomp/configure
index f14cb657ade..f01acbfd96b 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -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