zephyr/cmake/compiler
Daniel Leung 7308fdc3c7 cmake: add --divide to GNU assembler options for x86
GNU Assembler, by default on non-Linux targets, treats slashes as
start of comments on i386.
(https://sourceware.org/binutils/docs-2.33.1/as/i386_002dChars.html#i386_002dChars)
In order to use division, `--divide` needs to be passed to
the assembler.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-10-31 09:09:22 +01:00
..
clang cmake: toolchain abstraction for undefined behaviour sanitizer 2019-10-07 15:00:20 +02:00
gcc cmake: add --divide to GNU assembler options for x86 2019-10-31 09:09:22 +01:00
host-gcc cmake: need to specify m32/m64 for x86_64 toolchain 2019-10-29 06:19:33 +01:00
xcc