me
/
guix
Archived
1
0
Fork 0

gnu: compsize: Prepare for cross-compilation.

* gnu/packages/linux.scm (compsize)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2021-03-03 19:07:16 +01:00
parent a5528684c4
commit e430433bb9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -5094,7 +5094,8 @@ blocks and random block placement.")
`(("btrfs-progs" ,btrfs-progs)))
(arguments
`(#:tests? #f ; No tests.
#:make-flags (list "CC=gcc")
#:make-flags
(list (string-append "CC=" ,(cc-for-target)))
#:phases
(modify-phases %standard-phases
(delete 'configure)