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:
Charles E. Youse 2019-08-22 19:46:50 -07:00 committed by Anas Nashif
commit 6767563f94
25 changed files with 20 additions and 273 deletions

View file

@ -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)