me
/
guix
Archived
1
0
Fork 0

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>
master
Zheng Junjie 2024-02-29 21:39:36 +08:00 committed by Efraim Flashner
parent cd4c01e010
commit 85d564b0fc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> ;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev> ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2022 Greg Hogan <code@greghogan.com> ;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; 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 (define %gcc-11-x86_64-micro-architectures
;; Suitable '-march' values for GCC 11. ;; Suitable '-march' values for GCC 11.
(append %gcc-10-x86_64-micro-architectures (append %gcc-10-x86_64-micro-architectures
'("sapphirerapids" "alterlake" "rocketlake" ;Intel '("sapphirerapids" "alderlake" "rocketlake" ;Intel
"btver1" "btver2" ;AMD "btver1" "btver2" ;AMD