From: Niels Möller Date: Thu, 24 Nov 2011 13:52:05 +0000 (+0100) Subject: * config.make.in (NM): Set NM. X-Git-Tag: converted-master-branch-to-git~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b664e47dad8be436b9c39af3a2355b3ccdb292ab;p=thirdparty%2Fnettle.git * config.make.in (NM): Set NM. Rev: nettle/ChangeLog:1.235 Rev: nettle/config.make.in:1.6 --- diff --git a/ChangeLog b/ChangeLog index 3fd0d507..945699ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,18 @@ 2011-11-24 Niels Möller From Martin Storsjö: + * testsuite/symbols-test: Use $NM, falling back to nm if undefined. + * testsuite/Makefile.in (check): Pass $(NM) in the environment of + run-tests. + * config.make.in (NM): Set NM. + * testsuite/sexp-conv-test: Use $EMULATOR when running test programs. Also ignore \r for output in the non-canonical output formats. - * testsuite/Makefile.in (check): Pass $(EMULATOR) in the environment of run-tests. - * configure.ac (EMULATOR): New substituted variable. Set to wine or wine64 when cross compiling for windows, otherwise empty. - * config.make.in (EMULATOR): Set from autoconf value. 2011-11-20 Niels Möller diff --git a/config.make.in b/config.make.in index 2f26556c..73aecc96 100644 --- a/config.make.in +++ b/config.make.in @@ -12,6 +12,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ LIBOBJS = @LIBOBJS@ EMULATOR = @EMULATOR@ +NM = @NM@ OBJEXT = @OBJEXT@ EXEEXT = @EXEEXT@