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 @@ IPv6, proxies, and Unix sockets.") | |||
|                  (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")))) | ||||
|  |  | |||
		Reference in a new issue