[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, extgawk, updated. a0f0d2b98fa88ef98f7c71
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, extgawk, updated. a0f0d2b98fa88ef98f7c7100795869e0bad5b08d |
Date: |
Mon, 04 Jun 2012 19:37:47 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, extgawk has been updated
via a0f0d2b98fa88ef98f7c7100795869e0bad5b08d (commit)
from 90813d0b1978f96589b707545a64e7a83b097432 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=a0f0d2b98fa88ef98f7c7100795869e0bad5b08d
commit a0f0d2b98fa88ef98f7c7100795869e0bad5b08d
Author: Arnold D. Robbins <address@hidden>
Date: Mon Jun 4 22:37:20 2012 +0300
Remove use of -export-dynamic for GCC.
diff --git a/ChangeLog b/ChangeLog
index 46a9e33..52d677a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-04 Arnold D. Robbins <address@hidden>
+
+ * configure.ac: Remove use of -export-dynamic for GCC.
+ * configure: Regenerated.
+
2012-05-30 Arnold D. Robbins <address@hidden>
* main.c (is_off_limits_var): Minor coding style edit.
diff --git a/configure b/configure
index 42ed1ca..44116db 100755
--- a/configure
+++ b/configure
@@ -10018,17 +10018,6 @@ if test "x$ac_cv_header_dlfcn_h" = xyes; then :
$as_echo "#define DYNAMIC 1" >>confdefs.h
- if test "$GCC" = yes
- then
- # Add others here as appropriate,
- # one day use GNU libtool.
- # 3/2010: Used to have cygwin here but removed since
- # we get complaints that -export-dynamic doesn't work.
- if uname | $EGREP -i 'linux|freebsd' > /dev/null
- then
- LDFLAGS="$LDFLAGS -export-dynamic"
- fi
- fi
# Check this separately. Some systems have dlopen
# in libc. Notably freebsd and cygwin.
diff --git a/configure.ac b/configure.ac
index 334e5ac..55bf0ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,17 +285,6 @@ dnl check for dynamic linking
dnl This is known to be very primitive
AC_CHECK_HEADER(dlfcn.h,
[AC_DEFINE([DYNAMIC], 1, [dynamic loading is possible])
- if test "$GCC" = yes
- then
- # Add others here as appropriate,
- # one day use GNU libtool.
- # 3/2010: Used to have cygwin here but removed since
- # we get complaints that -export-dynamic doesn't work.
- if uname | $EGREP -i 'linux|freebsd' > /dev/null
- then
- LDFLAGS="$LDFLAGS -export-dynamic"
- fi
- fi
# Check this separately. Some systems have dlopen
# in libc. Notably freebsd and cygwin.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
configure | 11 -----------
configure.ac | 11 -----------
3 files changed, 5 insertions(+), 22 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, extgawk, updated. a0f0d2b98fa88ef98f7c7100795869e0bad5b08d,
Arnold Robbins <=