emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69469: closed ([PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures'


From: GNU bug Tracking System
Subject: bug#69469: closed ([PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property.)
Date: Tue, 05 Mar 2024 08:23:04 +0000

Your message dated Tue, 5 Mar 2024 10:20:54 +0200
with message-id <ZebV5gEi2muQ9ZH8@3900XT>
and subject line Re: [bug#69469] [PATCH] gnu: gcc@11: fix 
'compiler-cpu-architectures' property.
has caused the debbugs.gnu.org bug report #69469,
regarding [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69469: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69469
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property. Date: Thu, 29 Feb 2024 21:39:36 +0800
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69469] [PATCH] gnu: gcc@11: fix 'compiler-cpu-architectures' property. Date: Tue, 5 Mar 2024 10:20:54 +0200
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]