From: Jim Rees Date: Sat, 17 Mar 2007 18:20:15 +0000 (+0000) Subject: obsd-kernel-opts-20070317 X-Git-Tag: BP-openafs-windows-kdfs-ifs~761 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=92f10ea1a2235594a48edf16f613ac437cc593af;p=packages%2Fo%2Fopenafs.git obsd-kernel-opts-20070317 adjust module compile opts (KOPTS) to better match those of the kernel --- 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