zephyr/cmake/compiler
Nicolas Pitre e53c0d0ec7 cmake: toolchain_cc_imacros: don't use the long argument form
Commit f57ba2d30c ("cmake: toolchain_cc_imacros: don't use space
separated arguments") moved toolchain_cc_imacros() to using the long
argument format in order to avoid spaces that CMake uses to delimitate
and deduplicate arguments.

It seems that xcc doesn't support the --imacros=foo form. However
it does support the short "combined" -imacrosfoo form (without space).
So let's use that instead and document the caviat.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-03 06:09:16 -04:00
..
clang cmake: Toolchain abstraction: Introducing macro toolchain_cc_nocommon 2019-06-13 13:08:11 +02:00
gcc cmake: toolchain_cc_imacros: don't use the long argument form 2019-07-03 06:09:16 -04:00
host-gcc cmake: Toolchain abstraction: Introducing macro toolchain_cc_nocommon 2019-06-13 13:08:11 +02:00
xcc cmake: Toolchain abstraction: Introducing macro toolchain_cc_nocommon 2019-06-13 13:08:11 +02:00