arch/x86: remove support for IAMCU ABI
This ABI is no longer required by any targets and is deprecated. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
37929b3428
commit
6767563f94
25 changed files with 20 additions and 273 deletions
|
@ -5,8 +5,4 @@ zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
|||
|
||||
zephyr_cc_option(-march=pentium)
|
||||
|
||||
if(CONFIG_X86_IAMCU)
|
||||
zephyr_cc_option(-msoft-float)
|
||||
endif()
|
||||
|
||||
zephyr_library_sources(soc.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue