Reviewed-by: Yonghong Zhu <[email protected]> Best Regards, Zhu Yonghong
-----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Liming Gao Sent: Wednesday, January 31, 2018 8:00 PM To: [email protected] Subject: [edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile Liming Gao (2): BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile BaseTools/Source/C/BootSectImage/GNUmakefile | 3 +-- BaseTools/Source/C/BrotliCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Common/GNUmakefile | 3 +-- BaseTools/Source/C/EfiLdrImage/GNUmakefile | 3 +-- BaseTools/Source/C/EfiRom/GNUmakefile | 3 +-- BaseTools/Source/C/GenCrc32/GNUmakefile | 3 +-- BaseTools/Source/C/GenFfs/GNUmakefile | 3 +-- BaseTools/Source/C/GenFv/GNUmakefile | 3 +-- BaseTools/Source/C/GenFw/GNUmakefile | 3 +-- BaseTools/Source/C/GenPage/GNUmakefile | 3 +-- BaseTools/Source/C/GenSec/GNUmakefile | 3 +-- BaseTools/Source/C/GenVtf/GNUmakefile | 3 +-- BaseTools/Source/C/GnuGenBootSector/GNUmakefile | 3 +-- BaseTools/Source/C/LzmaCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Makefiles/header.makefile | 28 +++++++++++++++++++++++-- BaseTools/Source/C/Split/GNUmakefile | 3 +-- BaseTools/Source/C/TianoCompress/GNUmakefile | 3 +-- BaseTools/Source/C/VfrCompile/GNUmakefile | 3 +-- BaseTools/Source/C/VolInfo/GNUmakefile | 3 +-- 19 files changed, 44 insertions(+), 38 deletions(-) -- 2.8.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

