Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
99e8e91b
Commit
99e8e91b
authored
Nov 25, 2005
by
Niels Möller
Browse files
Disable assembler when compiling with rntcl.
Rev: src/nettle/configure.ac:1.71
parent
01468dea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/configure.ac
View file @
99e8e91b
...
...
@@ -69,10 +69,11 @@ AC_PROG_CC
# sh script, and foo.exe is a windows executable.
if test "x$CC" = xrntcl ; then
AC_MSG_NOTICE([Compiling with rntcl; clearing EXEEXT])
AC_MSG_NOTICE([Compiling with rntcl; clearing EXEEXT
and disabling assembler
])
ac_exeext=''
ac_cv_exeext=''
EXEEXT=''
enable_assembler=no
fi
AC_PROG_MAKE_SET
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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