[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: opensbi: Remove configure-flags.
From: |
guix-commits |
Subject: |
02/03: gnu: opensbi: Remove configure-flags. |
Date: |
Tue, 25 Jul 2023 09:07:47 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 11751b016d7f8b925e9d676c4c6b9f79cb99813d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 25 10:45:00 2023 +0300
gnu: opensbi: Remove configure-flags.
The 'configure phase is removed and nothing uses it.
* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Remove
configure-flags.
---
gnu/packages/firmware.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 63b802fbaf..ff5afbcbe1 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -518,11 +518,6 @@ provide OpenFirmware functionality on top of an already
running system.")
`("CC=gcc"))
"FW_PAYLOAD=n"
"V=1")
- ;; Direct __asm__ is used with fence.i instructions, which are not
- ;; available in the generic riscv ISA. We need a micro-arch with
- ;; support for it, and rv64g is the official ISA with support for
- ;; fence.i.
- #:configure-flags (list "-march=rv64g")
#:phases
(modify-phases %standard-phases
(delete 'configure)