diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-07-29 11:17:18 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-07-29 11:17:18 +0300 |
| commit | 684a8ddc2dfe39123868d45346305e5ac822bad0 (patch) | |
| tree | e8fff5983147a2ebb2ad31fd6e9ff94b6c52b193 /gnu/packages | |
| parent | 8e5a09abec8d95f36a39d22370234269aedb32fa (diff) | |
fixup gmp-boot1wip-riscv-bootstrap1
Change-Id: Ie26b1ff6ec96033fcfb1f4bd0a00eeaaeccda0ff
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/commencement.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 5da89a62f7f..c79ba1e8074 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -2545,9 +2545,8 @@ exec " gcc "/bin/" program | |||
| 2545 | #~(list #$@(if (target-x86?) | 2545 | #~(list #$@(if (target-x86?) |
| 2546 | #~() | 2546 | #~() |
| 2547 | #~("CC=tcc")) | 2547 | #~("CC=tcc")) |
| 2548 | ;; These break building on x86_64-linux. | 2548 | (string-append "--build=" #$(commencement-build-target)) |
| 2549 | ;(string-append "--build=" #$(commencement-build-target)) | 2549 | (string-append "--host=" #$(commencement-build-target)) |
| 2550 | ;(string-append "--host=" #$(commencement-build-target)) | ||
| 2551 | "--enable-static" | 2550 | "--enable-static" |
| 2552 | "--disable-shared" | 2551 | "--disable-shared" |
| 2553 | "--disable-assembly") | 2552 | "--disable-assembly") |
