me
/
guix
Archived
1
0
Fork 0

gnu: cdrtools: Prepare for cross-compilation.

* gnu/packages/cdrom.scm (cdrtools)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2022-03-13 01:00:01 +01:00
parent 21457fb31e
commit 53ac77389c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@ format, commonly used for VCDs or disks with subchannel data.")
(arguments (arguments
`(#:make-flags `(#:make-flags
(list "RM=rm" "LN=ln" "SYMLINK=ln -s" (list "RM=rm" "LN=ln" "SYMLINK=ln -s"
"CONFIG_SHELL=sh" "CCOM=gcc" "CONFIG_SHELL=sh"
(string-append "CCOM=" ,(cc-for-target))
(string-append "INS_BASE=" (assoc-ref %outputs "out")) (string-append "INS_BASE=" (assoc-ref %outputs "out"))
(string-append "INS_RBASE=" (assoc-ref %outputs "out"))) (string-append "INS_RBASE=" (assoc-ref %outputs "out")))
;; Parallel builds appear to be unsafe, see ;; Parallel builds appear to be unsafe, see