From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.38926.1676972905675502631 for ; Tue, 21 Feb 2023 01:48:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OMaf77vg; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676972904; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9YaeIoNuytpLS34GPw5KJBNBPYQ0nGdG++PkFaLnEak=; b=OMaf77vghlDtv6CEsCyQva7Dy99cHlemZkroAJlW8IMnzucy3f4fTNuQC+BZgRotp3i1yL AXHaBPM3bS1ZVkaT5BQJex12FfDbgLdRDwVauaLekBMU3FXHUQB6lApGoLp3msEXlH3WxU PMwppSzYamZAu7GBTR+y5NzA1j9grWU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-508-I4qlDvHoNSqYzpGCJm0sXQ-1; Tue, 21 Feb 2023 04:48:23 -0500 X-MC-Unique: I4qlDvHoNSqYzpGCJm0sXQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E83FD85CBEA; Tue, 21 Feb 2023 09:48:22 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A35FC40C1423; Tue, 21 Feb 2023 09:48:22 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 9CCE81800639; Tue, 21 Feb 2023 10:48:20 +0100 (CET) Date: Tue, 21 Feb 2023 10:48:20 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, sunilvl@ventanamicro.com Cc: Bob Feng , Liming Gao , Yuwei Chen , Andrei Warkentin , Heinrich Schuchardt Subject: Re: [edk2-devel] [PATCH 1/1] BaseTools/tools_def.template: Update -march parameter for RISC-V Message-ID: <20230221094820.lttgrq3nyeibewrq@sirius.home.kraxel.org> References: <20230220195655.2293454-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 In-Reply-To: <20230220195655.2293454-1-sunilvl@ventanamicro.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 21, 2023 at 01:26:55AM +0530, Sunil V L wrote: > Replace rv64imafdc with rv64gc so that it works for gcc 12. > > "g" means imafd in gcc < 12 and imafd_zifencei_zicsr. So, > replacing rv64imafdc with rv64gc will work for both gcc <12 > and gcc >=12. > > Cc: Bob Feng > Cc: Liming Gao > Cc: Yuwei Chen > Cc: Andrei Warkentin > Cc: Heinrich Schuchardt > Signed-off-by: Sunil V L Tested-by: Gerd Hoffmann IMHO a candiate for the 2023-02 stable tag. take care, Gerd