zephyr/cmake
Watson Zeng 1b99f0e67f linker: arcmwdt: use preprocess opiton -E.
-P is an option that was inherited from the old MetaWare compiler.
[ccac foo.c -P] is actually a shortcut for: [ccac -E foo.c -o foo.i].
In new version of mwdt, -P option can't redirect the output. we need
to use -E option, which works in all versions.

-P:  Preprocess the file and write it to <src>.i (C) or
      <src>.ii(C++). No compilation is performed.

-E:  Run preprocessor only.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-03-17 15:29:43 -04:00
..
app cmake: make WATCH an optional argument to zephyr_check_cache() 2021-03-16 17:03:04 -05:00
bintools
compiler compiler: do not allow expansion-to-defined 2021-02-17 04:05:42 -05:00
emu
flash
ide
linker linker: arcmwdt: use preprocess opiton -E. 2021-03-17 15:29:43 -04:00
makefile_exports
reports
toolchain xcc: do not assume clang by default 2021-03-08 16:04:28 -05:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake cmake: dtc: Validate EXTRA_DTC_FLAGS flags 2021-03-03 17:29:29 +01:00
extensions.cmake cmake: zephyr_file() now accepts BOARD and BOARD_REVISION as argument 2021-03-16 17:03:04 -05:00
extra_flags.cmake
gcc-m-cpu.cmake
generic_toolchain.cmake
git.cmake
hex.cmake
host-tools.cmake
kconfig.cmake
kobj.cmake
mcuboot.cmake
pristine.cmake
python.cmake
shields.cmake
target_toolchain.cmake
target_toolchain_flags.cmake
verify-toolchain.cmake
version.cmake
west.cmake cmake: west: do not print error if west topdir fails 2021-03-17 11:28:14 +01:00
zephyr_module.cmake cmake: modules: Remove duplicates only from existing ZEPHYR_MODULE_NAMES 2021-03-09 07:04:09 -05:00