diff --git a/src/system/kernel/Jamfile b/src/system/kernel/Jamfile index 1ed3b2f278..677258d6d0 100644 --- a/src/system/kernel/Jamfile +++ b/src/system/kernel/Jamfile @@ -139,7 +139,7 @@ KernelLd kernel_$(TARGET_ARCH) : : ; -if $(HAIKU_ARCH) = x86_64 { +if $(HAIKU_ARCH) in x86_64 arm { # Cannot relink everything as a shared object on x86_64 as shared library # code is required to be position-independent. Instead create a copy of the # executable kernel image and change the ELF header type to DYN. A bit of