Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 4d29da411fa031031a90ec713ad826570e9117d7 https://github.com/tianocore/edk2/commit/4d29da411fa031031a90ec713ad826570e9117d7 Author: Wu, JessyX <jessyx...@intel.com> Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths: M BaseTools/Conf/build_rule.template Log Message: ----------- remove GCC build warning Fix gcc: warning: -x c after last input file has no effect These kind of flag can only affect the source code after them. For the build command in build_rule.template, we have no other source code or object after these two flag. It seems we don't need them here. Cc: Bob Feng <bob.c.f...@intel.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Yuwei Chen <yuwei.c...@intel.com> Signed-off-by: JessyX Wu <jessyx...@intel.com> Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> Reviewed-by: Bob Feng <bob.c.f...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits