Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
4dc2fdea
Commit
4dc2fdea
authored
Nov 24, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EMULATOR): Set for cross compilation only.
Rev: nettle/ChangeLog:1.234 Rev: nettle/configure.ac:1.50
parent
03d2063f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
nettle/ChangeLog
nettle/ChangeLog
+1
-1
nettle/configure.ac
nettle/configure.ac
+10
-9
No files found.
nettle/ChangeLog
View file @
4dc2fdea
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
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 compiling for windows, otherwise empty.
or wine64 when c
ross c
ompiling for windows, otherwise empty.
* config.make.in (EMULATOR): Set from autoconf value.
* config.make.in (EMULATOR): Set from autoconf value.
...
...
nettle/configure.ac
View file @
4dc2fdea
...
@@ -273,15 +273,16 @@ case "$host_os" in
...
@@ -273,15 +273,16 @@ case "$host_os" in
LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll'
LIBHOGWEED_FORLINK='cyghogweed-$(LIBHOGWEED_MAJOR)-$(LIBHOGWEED_MINOR).dll'
;;
;;
esac
esac
# FIXME: Support native compilation using mingw on windows.
if test "x$cross_compiling" = xyes ; then
case "$ABI" in
case "$ABI" in
64)
64)
EMULATOR=wine64
EMULATOR=wine64
;;
;;
*)
*)
EMULATOR=wine
EMULATOR=wine
;;
;;
esac
esac
fi
LIBNETTLE_SONAME=''
LIBNETTLE_SONAME=''
LIBNETTLE_FILE='libnettle.dll.a'
LIBNETTLE_FILE='libnettle.dll.a'
LIBNETTLE_FILE_SRC='$(LIBNETTLE_FILE)'
LIBNETTLE_FILE_SRC='$(LIBNETTLE_FILE)'
...
...
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