Archived
1
0
Fork 0

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:
Efraim Flashner 2023-09-20 08:11:24 +03:00
parent 7a2ee8524a
commit 00a1ee15cd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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