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
Dmitry Baryshkov
nettle
Commits
8c226056
Commit
8c226056
authored
Nov 18, 2004
by
Niels Möller
Browse files
(ASM_SYMBOL_PREFIX): Fixed test.
Rev: src/nettle/ChangeLog:1.303 Rev: src/nettle/configure.ac:1.53
parent
c47f557f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8c226056
2004-11-18 Niels Mller <nisse@lysator.liu.se>
* configure.ac (ASM_SYMBOL_PREFIX): Fixed test.
2004-11-17 Niels Mller <nisse@lysator.liu.se>
* testsuite/symbols-test: Try plain nm if nm -g doesn't work.
...
...
configure.ac
View file @
8c226056
...
...
@@ -186,7 +186,7 @@ if test x$enable_assembler = xyes ; then
AC_MSG_WARN([nm doesn't list a_global_symbol at all])
fi],
[AC_MSG_WARN([test program with a single global could not be compiled!?])])])
if x$nettle_cv_asm_underscore
=
xyes ; then
if
test
x$nettle_cv_asm_underscore
=
xyes ; then
ASM_SYMBOL_PREFIX='_'
fi
fi
...
...
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