From b5153532f76e57069ed098940e0e003cfdb7cb58 Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Mon, 5 Sep 2022 11:53:53 +0800 Subject: [PATCH] Enable armv8.2 tuning Fixed compilation errors with GCC 12.2 as well --- sdm845Pkg/sdm845Pkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdm845Pkg/sdm845Pkg.dsc b/sdm845Pkg/sdm845Pkg.dsc index 1962e5d..f563411 100644 --- a/sdm845Pkg/sdm845Pkg.dsc +++ b/sdm845Pkg/sdm845Pkg.dsc @@ -348,4 +348,4 @@ sdm845Pkg/Drivers/SynapticsTouchDxe/SynapticsTouchDxe.inf [BuildOptions.common] - GCC:*_*_AARCH64_CC_FLAGS = -Wno-unused-variable + GCC:*_*_AARCH64_CC_FLAGS = -Wno-unused-variable -march=armv8.2-a+crypto+rcpc -mtune=cortex-a75.cortex-a55 -- 2.45.2