mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
cpu: Rename x86-64-v1 to x86-64.
This is the actual micro-architecture designation used by compilers. * gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Rename x86-64-v1 to x86-64. * gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Same. * guix/cpu.scm (cpu->micro-architecture-level): Same. (gcc-architecture->micro-architecture-level): Same. Change-Id: I19ed556a7e8deb4a77f4c63fca3b794f25092788
This commit is contained in:
parent
63165a9486
commit
7700dc2cf5
3 changed files with 6 additions and 5 deletions
|
@ -870,7 +870,8 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
("powerpc64le" ,@%go-1.17-powerpc64le-micro-architectures))))))
|
||||
|
||||
(define %go-1.18-x86_64-micro-architectures
|
||||
(list "x86-64-v1" "x86-64-v2" "x86-64-v3" "x86-64-v4"))
|
||||
;; GOAMD defaults to 'v1' so we match the default elsewhere.
|
||||
(list "x86-64" "x86-64-v2" "x86-64-v3" "x86-64-v4"))
|
||||
|
||||
(define-public go-1.18
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue