Distinguish KERNEL_ARCH_DIR from KERNEL_ARCH.
On x86_64, the KERNEL_ARCH should really be "x86_64", but it was "x86" as the architecture sources/headers directory is shared between 32 and 64 bit. Should not be a functional change on any platform outside x86_64.
This commit is contained in:
@@ -565,7 +565,7 @@ if $(HAIKU_HOST_BUILD_ONLY) = 1 {
|
||||
# for all architectures (e.g. TARGET_DEFINES).
|
||||
|
||||
local buildVars =
|
||||
ARCH ARCHS KERNEL_ARCH PACKAGING_ARCH PACKAGING_ARCHS
|
||||
ARCH ARCHS KERNEL_ARCH KERNEL_ARCH_DIR PACKAGING_ARCH PACKAGING_ARCHS
|
||||
|
||||
DEFINES
|
||||
KERNEL_DEFINES
|
||||
|
||||
Reference in New Issue
Block a user