From 002fecdd9e3d3f458899b7446c380167c5be1924 Mon Sep 17 00:00:00 2001 From: Evgeniy Ivanov Date: Sat, 14 Jan 2012 22:43:40 +0400 Subject: [PATCH] Port cdboot. --- sys/arch/i386/stand/cdboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 7fe141fdd..4062fded0 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -36,6 +36,8 @@ LDFLAGS+= -Wl,-m,elf_i386 AFLAGS+= -m32 .endif +AFLAGS+= -Wa,--divide + BUILDSYMLINKS+= $S/arch/i386/include machine \ $S/arch/x86/include x86 -- 2.44.0