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:
parent
6cf904cc0d
commit
239ceb4c5b
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue