From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.42335.1674642518031296402 for ; Wed, 25 Jan 2023 02:28:38 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3D8A1165C; Wed, 25 Jan 2023 02:29:19 -0800 (PST) Received: from cam-smtp0.cambridge.arm.com (pierre123.nice.arm.com [10.34.100.128]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C35163F71E; Wed, 25 Jan 2023 02:28:35 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Thomas Abraham , Sami Mujawar , Leif Lindholm , Wenyi Xie , Ilias Apalodimas , Omkar Anand Kulkarni , Pranav Madhu , Sayanta Pattanayak , Pierre Gondois Subject: [PATCH edk2-platforms 2/5] Platform/StandaloneMm: Remove '-march=armv8-a+nofp' flag Date: Wed, 25 Jan 2023 11:27:59 +0100 Message-Id: <20230125102802.663790-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230125102802.663790-1-Pierre.Gondois@arm.com> References: <20230125102802.663790-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois The '-march=3Darmv8-a+nofp' flag used for PlatformStandaloneMm.dsc was removed in the previous patch. The same flag was probably copied from this first configuration in: commit bd5071cfbde01 ("StMMRpmb: Add support for building StandaloneMm image for OP-TEE") As the flag is removed for PlatformStandaloneMm.dsc in the previous patch, also remove the flag for PlatformStandaloneMmRpmb.dsc. CC: Ilias Apalodimas CC: Omkar Anand Kulkarni CC: Pranav Madhu CC: Sayanta Pattanayak Signed-off-by: Pierre Gondois --- .../PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStanda= loneMmRpmb.dsc b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformSt= andaloneMmRpmb.dsc index 653029c52fdb..611d76e62117 100644 --- a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc +++ b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc @@ -165,7 +165,7 @@ [Components.common] # ########################################################################= ########################### [BuildOptions.AARCH64] -GCC:*_*_*_DLINK_FLAGS =3D -z common-page-size=3D0x1000 -march=3Darmv8-a+= nofp +GCC:*_*_*_DLINK_FLAGS =3D -z common-page-size=3D0x1000 GCC:*_*_*_CC_FLAGS =3D -mstrict-align =20 [BuildOptions.ARM] --=20 2.25.1