gnu: nmon: Use the new TARGET-X86? test.

* gnu/packages/admin.scm (nmon)[arguments]: Use TARGET-X86?.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-19 02:00:00 +02:00
parent ed2d2a2d57
commit 882cbfa074
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"))))