1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00
Files
guix/gnu/packages/patches
Ludovic Courtès 949ed7aae1 gnu: glibc: Fix cross-compilation to aarch64-linux-gnu.
Fixes <https://bugs.gnu.org/49113>.
Reported by Maxime Devos <maximedevos@telenet.be>.

Previously, the cross-compiled libc.so linker script would read:

  OUTPUT_FORMAT(elf64-little)

instead of:

  OUTPUT_FORMAT(elf64-littleaarch64)

This is because glibc 2.33 runs "objdump -f" instead of
"aarch64-linux-gnu-objdump -f" to determine the output format.

* gnu/packages/patches/glibc-cross-objdump.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Use it.
2021-07-04 22:10:06 +02:00
..
2021-03-12 23:58:54 +01:00
2020-11-04 15:15:47 +01:00
2020-11-04 15:15:47 +01:00
2020-11-04 15:15:47 +01:00
2020-11-04 15:15:47 +01:00
2020-08-18 23:10:57 +02:00
2020-10-20 00:21:31 +02:00
2020-08-29 21:20:05 +02:00
2020-07-16 21:51:43 +02:00
2020-07-16 21:51:43 +02:00
2020-07-16 21:51:43 +02:00
2021-05-11 18:07:09 -04:00
2020-11-28 15:56:08 +00:00
2020-06-14 23:15:22 +02:00
2021-01-14 01:17:04 +01:00
2020-08-18 23:11:16 +02:00
2020-08-18 22:56:32 +02:00
2020-08-18 22:56:32 +02:00
2020-08-18 22:56:32 +02:00
2020-08-01 14:00:47 -05:00
2020-07-29 00:22:01 +02:00
2020-07-29 00:22:01 +02:00
2020-07-29 00:22:01 +02:00
2020-12-01 11:52:34 +01:00
2020-08-18 23:11:16 +02:00
2020-06-24 18:40:47 +03:00
2020-07-16 10:07:57 +02:00
2020-07-16 10:07:57 +02:00
2021-01-10 15:10:26 +02:00
2021-05-05 16:56:46 +02:00
2021-06-21 10:16:04 +02:00
2020-08-19 02:29:13 +02:00
2020-06-14 23:52:21 +02:00
2020-06-27 20:08:24 +02:00