[Gmp-commit] /var/hg/gmp: (check-mini-gmp): Get CC and EXTRA_CFLAGS right.
mercurial at gmplib.org
mercurial at gmplib.org
Fri Nov 18 00:48:41 UTC 2016
details: /var/hg/gmp/rev/544837947697
changeset: 17114:544837947697
user: Torbjorn Granlund <tg at gmplib.org>
date: Fri Nov 18 01:48:37 2016 +0100
description:
(check-mini-gmp): Get CC and EXTRA_CFLAGS right.
diffstat:
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r d3b640ef4dd5 -r 544837947697 Makefile.am
--- a/Makefile.am Thu Nov 17 21:54:08 2016 +0100
+++ b/Makefile.am Fri Nov 18 01:48:37 2016 +0100
@@ -1,7 +1,7 @@
## Process this file with automake to generate Makefile.in
-# Copyright 1991, 1993, 1994, 1996, 1997, 1999-2004, 2006-2009, 2011-2015 Free
+# Copyright 1991, 1993, 1994, 1996, 1997, 1999-2004, 2006-2009, 2011-2016 Free
# Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
@@ -435,7 +435,7 @@
MINI_GMP_DIR="$$abs_srcdir/mini-gmp" \
LDFLAGS="-L../../.libs" \
LIBS="-lgmp -lm" \
- CC="$(CC_FOR_BUILD)" EXTRA_CFLAGS="-g -I../.." check
+ CC="$(CC)" EXTRA_CFLAGS="$(CFLAGS) -g -I../.." check
clean-mini-gmp:
if [ -d mini-gmp/tests ] ; then \
More information about the gmp-commit
mailing list