]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Barf on unknown HOST_ARCH in C Makefile
authorChema Gonzalez <chemag@fb.com>
Thu, 28 Dec 2017 00:23:56 +0000 (16:23 -0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 24 Jan 2018 03:47:32 +0000 (11:47 +0800)
commit9d5aab05540fd7de26894b05544f1efc424ff595
tree2a9a5e129af081e1bf84b3d225f00276dbd9bc11
parent42e8bc7d16aa2ef8d65a19b327d33c64cae54a9c
BaseTools: Barf on unknown HOST_ARCH in C Makefile

I was getting `HOST_ARCH` set using the linux arch name ("x86_64"), which
is different from the MS one ("X64").

It is not clear anyway we can proceed without valid build variables
(`ARCH_INCLUDE`, `BIN_PATH`, `LIB_PATH`, `SYS_BIN_PATH`, and
`SYS_LIB_PATH`).

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chema Gonzalez <chemag@gmail.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/Makefiles/header.makefile
BaseTools/Source/C/Makefiles/ms.common