Skip to content
Snippets Groups Projects
Commit b664e47d authored by Niels Möller's avatar Niels Möller
Browse files

* config.make.in (NM): Set NM.

Rev: nettle/ChangeLog:1.235
Rev: nettle/config.make.in:1.6
parent e3639f07
No related branches found
No related tags found
No related merge requests found
2011-11-24 Niels Mller <nisse@lysator.liu.se> 2011-11-24 Niels Mller <nisse@lysator.liu.se>
From Martin Storsj: 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 * testsuite/sexp-conv-test: Use $EMULATOR when running test
programs. Also ignore \r for output in the non-canonical output programs. Also ignore \r for output in the non-canonical output
formats. formats.
* testsuite/Makefile.in (check): Pass $(EMULATOR) in the * testsuite/Makefile.in (check): Pass $(EMULATOR) in the
environment of run-tests. environment of run-tests.
* configure.ac (EMULATOR): New substituted variable. Set to wine * configure.ac (EMULATOR): New substituted variable. Set to wine
or wine64 when cross compiling for windows, otherwise empty. or wine64 when cross compiling for windows, otherwise empty.
* config.make.in (EMULATOR): Set from autoconf value. * config.make.in (EMULATOR): Set from autoconf value.
2011-11-20 Niels Mller <nisse@lysator.liu.se> 2011-11-20 Niels Mller <nisse@lysator.liu.se>
......
...@@ -12,6 +12,7 @@ LDFLAGS = @LDFLAGS@ ...@@ -12,6 +12,7 @@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ LIBS = @LIBS@
LIBOBJS = @LIBOBJS@ LIBOBJS = @LIBOBJS@
EMULATOR = @EMULATOR@ EMULATOR = @EMULATOR@
NM = @NM@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment