mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
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. (From OE-Core rev: 21c012659a36835837b21b7a2bf1f12428aa16a4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
SDK_ARCH = "x86_64"
|
||||
SDK_CC_ARCH = "-march=x86-64"
|
||||
ABIEXTENSION:class-crosssdk = ""
|
||||
ABIEXTENSION:class-nativesdk = ""
|
||||
|
||||
Reference in New Issue
Block a user