From 92f10ea1a2235594a48edf16f613ac437cc593af Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Sat, 17 Mar 2007 18:20:15 +0000 Subject: [PATCH] obsd-kernel-opts-20070317 adjust module compile opts (KOPTS) to better match those of the kernel --- src/libafs/MakefileProto.OBSD.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libafs/MakefileProto.OBSD.in b/src/libafs/MakefileProto.OBSD.in index 4e870e2b0..af63407a3 100644 --- a/src/libafs/MakefileProto.OBSD.in +++ b/src/libafs/MakefileProto.OBSD.in @@ -16,7 +16,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ # System specific build commands and flags KSRC = @BSD_KERNEL_PATH@ -KFLAGS= -Wall -nostdinc +KFLAGS= -Wall -march=i486 -fno-builtin-printf -fno-builtin-log -nostdinc KFLAGS+= -fno-stack-protector -- 2.39.5