]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/C/GNUmakefile
BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflict
authorLiming Gao <liming.gao@intel.com>
Tue, 28 Nov 2017 03:18:50 +0000 (11:18 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 30 Nov 2017 05:06:44 +0000 (13:06 +0800)
commita9f6e0a4dc6d3f4dec53bb2a11b1c0ecee455076
treebef4eec80df71f277fbd37d19e95468728e6e454
parent43e12eeac8b125165b8a93c3501925a8893544ef
BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflict

https://bugzilla.tianocore.org/show_bug.cgi?id=793

ARCH is too generic. It may cause confuse of target arch or host arch.
To be clarified, replace it with HOST_ARCH in BaseTools C Makefile.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
23 files changed:
BaseTools/Source/C/BootSectImage/GNUmakefile
BaseTools/Source/C/BrotliCompress/GNUmakefile
BaseTools/Source/C/Common/GNUmakefile
BaseTools/Source/C/EfiLdrImage/GNUmakefile
BaseTools/Source/C/EfiRom/GNUmakefile
BaseTools/Source/C/GNUmakefile
BaseTools/Source/C/GenCrc32/GNUmakefile
BaseTools/Source/C/GenFfs/GNUmakefile
BaseTools/Source/C/GenFv/GNUmakefile
BaseTools/Source/C/GenFw/GNUmakefile
BaseTools/Source/C/GenPage/GNUmakefile
BaseTools/Source/C/GenSec/GNUmakefile
BaseTools/Source/C/GenVtf/GNUmakefile
BaseTools/Source/C/GnuGenBootSector/GNUmakefile
BaseTools/Source/C/LzmaCompress/GNUmakefile
BaseTools/Source/C/Makefile
BaseTools/Source/C/Makefiles/footer.makefile
BaseTools/Source/C/Makefiles/header.makefile
BaseTools/Source/C/Makefiles/ms.common
BaseTools/Source/C/Split/GNUmakefile
BaseTools/Source/C/TianoCompress/GNUmakefile
BaseTools/Source/C/VfrCompile/GNUmakefile
BaseTools/Source/C/VolInfo/GNUmakefile