From 00a1ee15cdc046708d2df35d3854156da14fcbb9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 20 Sep 2023 08:11:24 +0300 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3