Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
LSH
lsh
Commits
4dc2fdea
Commit
4dc2fdea
authored
Nov 24, 2011
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(EMULATOR): Set for cross compilation only.
Rev: nettle/ChangeLog:1.234 Rev: nettle/configure.ac:1.50
parent
03d2063f
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
nettle/ChangeLog
+1
-1
1 addition, 1 deletion
nettle/ChangeLog
nettle/configure.ac
+10
-9
10 additions, 9 deletions
nettle/configure.ac
with
11 additions
and
10 deletions
nettle/ChangeLog
+
1
−
1
View file @
4dc2fdea
...
...
@@ -9,7 +9,7 @@
environment of run-tests.
* configure.ac (EMULATOR): New substituted variable. Set to wine
or wine64 when compiling for windows, otherwise empty.
or wine64 when
cross
compiling for windows, otherwise empty.
* config.make.in (EMULATOR): Set from autoconf value.
...
...
This diff is collapsed.
Click to expand it.
nettle/configure.ac
+
10
−
9
View file @
4dc2fdea
...
...
@@ -273,7 +273,7 @@ case "$host_os" in
LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll'
;;
esac
# FIXME: Support native compilation using mingw on windows.
if test "x$cross_compiling" = xyes ; then
case "$ABI" in
64)
EMULATOR=wine64
...
...
@@ -282,6 +282,7 @@ case "$host_os" in
EMULATOR=wine
;;
esac
fi
LIBNETTLE_SONAME=''
LIBNETTLE_FILE='libnettle.dll.a'
LIBNETTLE_FILE_SRC='$(LIBNETTLE_FILE)'
...
...
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