commit | 7308fdc3c7018985eafa1d717b44bc76fdc9b55b | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Oct 29 12:58:07 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Oct 31 09:09:22 2019 +0100 |
tree | d5d19b66a8c5a8d64e648c9bef25f901de9257b4 | |
parent | 468a834af046ec37e1d78aab05443d19fe795d51 [diff] |
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>