Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
b664e47d
Commit
b664e47d
authored
Nov 24, 2011
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b664e47d
2011-11-24 Niels Mller <nisse@lysator.liu.se>
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 Mller <nisse@lysator.liu.se>
...
...
config.make.in
View file @
b664e47d
...
...
@@ -12,6 +12,7 @@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBOBJS = @LIBOBJS@
EMULATOR = @EMULATOR@
NM = @NM@
OBJEXT = @OBJEXT@
EXEEXT = @EXEEXT@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment