mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.
* gnu/packages/embedded.scm (sdcc)[arguments]: Expand comment to explain why GPUTILS is not yet available and SDCC's PIC ports are disabled. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c369a90787
commit
c11fedf63c
1 changed files with 4 additions and 1 deletions
|
@ -1492,7 +1492,10 @@ (define-public sdcc
|
|||
("python-2" ,python-2)
|
||||
("texinfo" ,texinfo)))
|
||||
(arguments
|
||||
`(;; gputils is required for PIC ports
|
||||
`(;; GPUTILS is required for the PIC ports, but the licensing status of
|
||||
;; some of the files contained in its distribution is unclear (see
|
||||
;; https://issues.guix.gnu.org/44557). For this reason it is not yet
|
||||
;; available as a package in Guix.
|
||||
#:configure-flags
|
||||
'("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue