unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69469] [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property.
@ 2024-02-29 13:39 Zheng Junjie
  2024-03-05  8:20 ` bug#69469: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-02-29 13:39 UTC (permalink / raw)
  To: 69469; +Cc: Ludovic Courtès

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1125 bytes --]

* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): fix
typo `alterlake' to `alderlake'.

Change-Id: Ia1a7af3f25040101f6995b6a4df5f298bfbbeb44
---
 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 @@ (define %gcc-11-armhf-micro-architectures
 (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
 

base-commit: aeaa390b71a15335bef03f83bd9dc946fa535398
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69469: [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property.
  2024-02-29 13:39 [bug#69469] [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property Zheng Junjie
@ 2024-03-05  8:20 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2024-03-05  8:20 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: Ludovic Courtès, 69469-done

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Yep, that's a typo.  Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-05  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 13:39 [bug#69469] [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property Zheng Junjie
2024-03-05  8:20 ` bug#69469: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).