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.
parent
1b95a34405
commit
11751b016d
|
@ -518,11 +518,6 @@ provide OpenFirmware functionality on top of an already running system.")
|
||||||
`("CC=gcc"))
|
`("CC=gcc"))
|
||||||
"FW_PAYLOAD=n"
|
"FW_PAYLOAD=n"
|
||||||
"V=1")
|
"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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Reference in New Issue