diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-07-25 22:40:09 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-08-16 20:18:49 +0200 |
commit | 03252ae287c4a61983b3793ff71baeabe2ff3df7 (patch) | |
tree | 11b3df4c594c3ec56ed8bf361e6a4f79f078ffc7 /BaseTools/Source/Python/Common | |
parent | 67983484a4430c5f82bb5f1397e010c759136321 (diff) | |
download | edk2-03252ae287c4a61983b3793ff71baeabe2ff3df7.tar.gz edk2-03252ae287c4a61983b3793ff71baeabe2ff3df7.tar.bz2 edk2-03252ae287c4a61983b3793ff71baeabe2ff3df7.zip |
BaseTools/header.makefile: remove "-c" from BUILD_CFLAGS
Option "-c" is a mode selection flag (choosing between compiling and
linking); it should not be in BUILD_CFLAGS, which applies only to
compiling anyway. The compilation rule for C source files, in
"footer.makefile", already includes "-c" -- currently we have double "-c"
options.
This patch doesn't change behavior.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1540244
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common')
0 files changed, 0 insertions, 0 deletions