mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: openbios-qemu-ppc: Build with default gcc.
* gnu/packages/firmware.scm (make-openbios-package)[native-inputs]: Use the default gcc and cross-gcc. Change-Id: I1cff253521add005a8245e96a4bf328bf663c35f
This commit is contained in:
@@ -584,8 +584,8 @@ utilities used to process FCODE, OpenFirmware's byte code, consisting of:
|
||||
"\\.elf$"))))))))
|
||||
(native-inputs
|
||||
(append (if (string-prefix? (%current-system) target)
|
||||
(list gcc-10)
|
||||
(list (cross-gcc target #:xgcc gcc-10) (cross-binutils target)))
|
||||
'()
|
||||
(list (cross-gcc target) (cross-binutils target)))
|
||||
(list fcode-utils libxslt which)))
|
||||
(home-page "https://openfirmware.info/Welcome_to_OpenBIOS")
|
||||
(synopsis "Open Firmware implementation")
|
||||
|
||||
Reference in New Issue
Block a user