diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-19 17:33:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 21:06:57 +0000 |
commit | 29d98c77f232edc69a663ae01aa23697f920fd51 (patch) | |
tree | f77fa50666103ea44e7a42216b2829a8ab890c5d | |
parent | 57d2aa9ffb4187f553a14debe39a223ed4421a51 (diff) | |
download | poky-29d98c77f232edc69a663ae01aa23697f920fd51.tar.gz |
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>
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 2ab607e65c..3396f95d69 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1,3 +1,4 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | SDK_CC_ARCH = "-march=x86-64" | ||
2 | ABIEXTENSION:class-crosssdk = "" | 3 | ABIEXTENSION:class-crosssdk = "" |
3 | ABIEXTENSION:class-nativesdk = "" | 4 | ABIEXTENSION:class-nativesdk = "" |