[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: gcc@11: fix 'compiler-cpu-architectures' property.
From: |
guix-commits |
Subject: |
04/20: gnu: gcc@11: fix 'compiler-cpu-architectures' property. |
Date: |
Tue, 5 Mar 2024 03:20:36 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 85d564b0fc9257d7d24a9bf4312f56509b6dc341
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Feb 29 21:39:36 2024 +0800
gnu: gcc@11: fix 'compiler-cpu-architectures' property.
* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): fix
typo `alterlake' to `alderlake'.
Change-Id: Ia1a7af3f25040101f6995b6a4df5f298bfbbeb44
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/gcc.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index ff830f8b35..3abecdeadd 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -618,7 +619,7 @@ Go. It also includes runtime support libraries for these
languages.")
(define %gcc-11-x86_64-micro-architectures
;; Suitable '-march' values for GCC 11.
(append %gcc-10-x86_64-micro-architectures
- '("sapphirerapids" "alterlake" "rocketlake" ;Intel
+ '("sapphirerapids" "alderlake" "rocketlake" ;Intel
"btver1" "btver2" ;AMD
- 20/20: gnu: Add emacs-lsp-booster., (continued)
- 20/20: gnu: Add emacs-lsp-booster., guix-commits, 2024/03/05
- 18/20: gnu: Add aardvark-dns., guix-commits, 2024/03/05
- 17/20: gnu: Add rust-hickory-server-0.24., guix-commits, 2024/03/05
- 19/20: gnu: Add rust-clap-verbosity-flag-2., guix-commits, 2024/03/05
- 01/20: gnu: Remove libtommath-1.1., guix-commits, 2024/03/05
- 15/20: gnu: Add rust-hickory-recursor-0.24., guix-commits, 2024/03/05
- 14/20: gnu: Add rust-hickory-resolver-0.24., guix-commits, 2024/03/05
- 11/20: gnu: Add rust-event-listener-strategy-0.1., guix-commits, 2024/03/05
- 10/20: gnu: Add rust-h3-quinn-0.0.3., guix-commits, 2024/03/05
- 16/20: gnu: Add rust-hickory-client-0.24., guix-commits, 2024/03/05
- 04/20: gnu: gcc@11: fix 'compiler-cpu-architectures' property.,
guix-commits <=