[Gmp-commit] /var/hg/gmp: Set GMP_NONSTD_ABI protecting against dots in the abi.
mercurial at gmplib.org
mercurial at gmplib.org
Fri Jun 9 21:25:40 UTC 2017
details: /var/hg/gmp/rev/4d3ad139a326
changeset: 17444:4d3ad139a326
user: Torbjorn Granlund <tg at gmplib.org>
date: Fri Jun 09 23:25:36 2017 +0200
description:
Set GMP_NONSTD_ABI protecting against dots in the abi.
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b03b1c76a639 -r 4d3ad139a326 configure.ac
--- a/configure.ac Fri Jun 09 01:28:59 2017 +0200
+++ b/configure.ac Fri Jun 09 23:25:36 2017 +0200
@@ -2318,12 +2318,12 @@
CC="$cc"
CFLAGS="$cflags"
CPPFLAGS="$cppflags"
- eval GMP_NONSTD_ABI=\"\$GMP_NONSTD_ABI_$ABI\"
# Could easily have this in config.h too, if desired.
ABI_nodots=`echo $ABI | sed 's/\./_/'`
GMP_DEFINE_RAW("define_not_for_expansion(\`HAVE_ABI_$ABI_nodots')", POST)
+ eval GMP_NONSTD_ABI=\"\$GMP_NONSTD_ABI_$ABI_nodots\"
# GMP_LDFLAGS substitution, selected according to ABI.
# These are needed on libgmp.la and libmp.la, but currently not on
More information about the gmp-commit
mailing list