Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
b664e47d
Commit
b664e47d
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
* 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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-3
5 additions, 3 deletions
ChangeLog
config.make.in
+1
-0
1 addition, 0 deletions
config.make.in
with
6 additions
and
3 deletions
ChangeLog
+
5
−
3
View file @
b664e47d
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>
...
...
This diff is collapsed.
Click to expand it.
config.make.in
+
1
−
0
View file @
b664e47d
...
@@ -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@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment