mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
utils: Fix URL in comment.
* guix/utils.scm (target-x86-32?): Fix Wikipedia URL.
This commit is contained in:
parent
5b307aff66
commit
ea2fd313d5
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ (define* (target-x86-32? #:optional (target (or (%current-target-system)
|
|||
"Is the architecture of TARGET a variant of Intel's 32-bit architecture
|
||||
(IA32)?"
|
||||
;; Intel also has a 16-bit architecture in the iN86 series, i286
|
||||
;; (see, e.g. https://en.wikipedia.org/wiki/Intel/808286) so this
|
||||
;; (see, e.g., https://en.wikipedia.org/wiki/Intel_80286) so this
|
||||
;; procedure is not named target-x86?.
|
||||
(or (string-prefix? "i386-" target)
|
||||
(string-prefix? "i486-" target)
|
||||
|
|
Loading…
Reference in a new issue