commit | 1adc5f5867c127c4b81cc97053e7fc3cf550833e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 01 14:28:24 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 02 14:14:10 2020 +0900 |
tree | 984c91a873b10c902e21aba5ffe16ac3ff2a8d90 | |
parent | f144157bda781172d16259554cb7f47625f17fb4 [diff] |
plat: remove redundant =1 from -D option As GCC manual says, -D option defines a macro as 1, if =<value> is omitted. -D <name> Predefine <name> as a macro, with definition 1. The same applied with Clang, too. In the context of -D option, =1 is always redundant. Change-Id: I487489a1ea3eb51e734741619c1e65dab1420bc4 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>