Ludovic Courtès 86f5decd20
syscalls: 'define-c-struct' supports cross-compilation.
Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>.

Before that, we'd always use the 'sizeof' and 'alignof' value obtained
from the host at macro-expansion time.

* guix/build/syscalls.scm (sizeof*, alignof*): When the target word size
differs from the host word size, emit a call to 'sizeof'/'alignof'.
2020-05-05 23:45:56 +02:00
..
2020-05-05 16:13:53 +02:00
2019-12-15 00:34:05 +01:00
2020-03-31 14:55:42 +02:00
2019-05-06 23:21:33 +02:00
2020-04-17 23:36:47 +02:00
2019-09-04 13:02:27 +02:00
2019-03-13 23:12:43 +01:00
2019-06-05 23:10:37 +02:00
2020-01-06 16:31:54 +01:00