zephyr/arch/posix
Alberto Escolar Piedras 4fd7cd5824 posix arch: Use zephyr_link_libraries() to set -m32
For some reason, some users have been facing a bizarre issue
in which the -m32 option was not being passed to the linker
by cmake when building for the POSIX arch as a 32bit target,
even though the option was actually supported.

Instead of using zephyr_ld_options() which checks if an
option is supported and drops it otherwise, use
zephyr_link_libraries()

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-11-21 13:08:56 +01:00
..
core kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
include kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
CMakeLists.txt posix arch: Use zephyr_link_libraries() to set -m32 2019-11-21 13:08:56 +01:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00