From: Richard Purdie Date: Thu, 19 Jan 2023 17:33:14 +0000 (+0000) Subject: conf/sdk/x86-64: Set march specifically X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c012659a36835837b21b7a2bf1f12428aa16a4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/sdk/x86-64: Set march specifically This is really no change since it is currently the default in gcc but making it explicit matches the other SDKMACHINE configs and means if gcc ever changes, or we switch compilers, the flag is present. It also makes it clear from the config which tuning is in use. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 2ab607e65c2..3396f95d69d 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf @@ -1,3 +1,4 @@ SDK_ARCH = "x86_64" +SDK_CC_ARCH = "-march=x86-64" ABIEXTENSION:class-crosssdk = "" ABIEXTENSION:class-nativesdk = ""