mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: nmon: Use the new TARGET-X86? test.
* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
This commit is contained in:
parent
ed2d2a2d57
commit
882cbfa074
1 changed files with 1 additions and 2 deletions
|
@ -1156,8 +1156,7 @@ (define-public nmon
|
|||
(lambda _
|
||||
;; These #defines aren't well-documented and, e.g., POWER was
|
||||
;; not actually tested on every possible TARGET-POWERPC?.
|
||||
(let* ((system #$(cond ((target-x86-32?) "X86")
|
||||
((target-x86-64?) "X86")
|
||||
(let* ((system #$(cond ((target-x86?) "X86")
|
||||
((target-arm?) "ARM")
|
||||
((target-powerpc?) "POWER")
|
||||
(else "CROSS_FINGERS"))))
|
||||
|
|
Loading…
Reference in a new issue