diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-04 03:57:59 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-20 22:25:29 +0100 |
| commit | 1fba40f148657cae2731c9feb6c26a64276de8c4 (patch) | |
| tree | 1e3f3c5f200044c59b85fbee1205b8ea877f5f5e /gnu/packages/bootstrap.scm | |
| parent | d9b64904ac82e6b748fdb6ca3a1a703748c9eecd (diff) | |
bootstrap: Support bpf for cross compilation.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add bpf-none.
* guix/utils.scm (target-bpf?): New variable.
Closes: guix/guix#6114
Change-Id: I831a764aec9f02baf0b5b1e68d89e1bb6671f471
Diffstat (limited to 'gnu/packages/bootstrap.scm')
| -rw-r--r-- | gnu/packages/bootstrap.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index b8e08cdc656..8488fee8569 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm | |||
| @@ -345,6 +345,7 @@ or false to signal an error." | |||
| 345 | ;; here just so we can keep going. | 345 | ;; here just so we can keep going. |
| 346 | ((string=? system "arm-eabi") "no-ld.so") | 346 | ((string=? system "arm-eabi") "no-ld.so") |
| 347 | ((string=? system "avr") "no-ld.so") | 347 | ((string=? system "avr") "no-ld.so") |
| 348 | ((string=? system "bpf-none") "no-ld.so") | ||
| 348 | ((string=? system "or1k-elf") "no-ld.so") | 349 | ((string=? system "or1k-elf") "no-ld.so") |
| 349 | ((string-suffix? "-elf" system) "no-ld.so") | 350 | ((string-suffix? "-elf" system) "no-ld.so") |
| 350 | ((string-suffix? "-mingw" system) "no-ld.so") | 351 | ((string-suffix? "-mingw" system) "no-ld.so") |
