From f389e69397e3c0deebb38c9133c2e226c1377ecc Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Thu, 15 Oct 2015 20:15:01 +0000 Subject: [PATCH] Still set LDFLAGS_BAKE here until Makefile.app-tools is fixed. --- platform/hw/arch/amd64/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/hw/arch/amd64/Makefile.inc b/platform/hw/arch/amd64/Makefile.inc index c7bcb04..79ecd42 100644 --- a/platform/hw/arch/amd64/Makefile.inc +++ b/platform/hw/arch/amd64/Makefile.inc @@ -10,6 +10,8 @@ OBJS_BMK+= arch/x86/hypervisor.o CFLAGS+= -mno-sse -mno-mmx +LDFLAGS_BAKE+= -z max-page-size=0x1000 + # squash all interrupts to a single level to # avoid having to figure out routing CFLAGS+= -DBMK_SCREW_INTERRUPT_ROUTING -- 2.39.5