[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: %gcc-11-x86_64-micro-architectures: Correct some values.
From: |
guix-commits |
Subject: |
02/02: gnu: %gcc-11-x86_64-micro-architectures: Correct some values. |
Date: |
Wed, 20 Sep 2023 02:55:53 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 00a1ee15cdc046708d2df35d3854156da14fcbb9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 20 08:11:24 2023 +0300
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.
---
gnu/packages/gcc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 862fdd79c3..c3a2d6256c 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -617,7 +617,7 @@ Go. It also includes runtime support libraries for these
languages.")
"btver1" "btver2" ;AMD
;; 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.
(define %gcc-12-aarch64-micro-architectures