From 77d1e4fd4439be96692b6563f73a369e5f58ffae Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Tue, 22 May 2018 20:41:32 -0400 Subject: [PATCH] kernel: TARGET_PACKAGING_ARCH not HAIKU_ARCH for present compiler arch. HAIKU_ARCH is CPU architecture. Sorry for the noise... --- src/system/kernel/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/Jamfile b/src/system/kernel/Jamfile index 687ab529e6..dec23ba14d 100644 --- a/src/system/kernel/Jamfile +++ b/src/system/kernel/Jamfile @@ -75,7 +75,7 @@ KernelMergeObject kernel_core.o : : $(TARGET_KERNEL_PIC_CCFLAGS) ; -if $(HAIKU_GCC_VERSION_$(HAIKU_ARCH)[1]) >= 7 { +if $(HAIKU_GCC_VERSION_$(TARGET_PACKAGING_ARCH)[1]) >= 7 { # With the rtl-stv1 pass on these files, the kernel panics towards the end # of the boot process with a "General Protection Exception", see # https://dev.haiku-os.org/ticket/14160. The pass itself vectorizes