mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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.
This commit is contained in:
parent
1b95a34405
commit
11751b016d
1 changed files with 0 additions and 5 deletions
|
@ -518,11 +518,6 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
`("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)
|
||||
|
|
Loading…
Reference in a new issue