soc/x86/apollo_lake: architecture is goldmont

Update the -march flag passed to the compiler to reflect the
underlying microarchitecture is 'goldmont'.

Fixes: #17104

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-06-30 16:43:30 -07:00 committed by Andrew Boie
commit 239ceb4c5b

View file

@ -3,7 +3,6 @@
zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_cc_option(-march=silvermont)
zephyr_cc_option_fallback(-march=atom -mtune=silvermont)
zephyr_cc_option(-march=goldmont)
zephyr_library_sources(soc.c)