gnu: %gcc-11-x86_64-micro-architectures: Correct some values.
* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Correct the values for the psABI micro-architectures.
This commit is contained in:
parent
7a2ee8524a
commit
00a1ee15cd
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
"btver1" "btver2" ;AMD
|
"btver1" "btver2" ;AMD
|
||||||
|
|
||||||
;; psABI micro-architecture levels
|
;; psABI micro-architecture levels
|
||||||
"x86_64-v1" "x86_64-v2" "x86_64-v3" "x86_64-v4")))
|
"x86-64-v1" "x86-64-v2" "x86-64-v3" "x86-64-v4")))
|
||||||
|
|
||||||
;; Suitable '-march' values for GCC 12.
|
;; Suitable '-march' values for GCC 12.
|
||||||
(define %gcc-12-aarch64-micro-architectures
|
(define %gcc-12-aarch64-micro-architectures
|
||||||
|
|
Reference in a new issue