mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: openssl: Support cross-compilation to the Hurd.
* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform setting.
This commit is contained in:
parent
5084fd3854
commit
a58f3708b2
1 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,8 @@ required structures.")
|
|||
(setenv "CROSS_COMPILE" (string-append target "-"))
|
||||
(setenv "CONFIGURE_TARGET_ARCH"
|
||||
(cond
|
||||
((string-prefix? "i586" target)
|
||||
"hurd-x86")
|
||||
((string-prefix? "i686" target)
|
||||
"linux-x86")
|
||||
((string-prefix? "x86_64" target)
|
||||
|
|
Loading…
Add table
Reference in a new issue