]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
obsd-kernel-opts-20070317
authorJim Rees <rees@umich.edu>
Sat, 17 Mar 2007 18:20:15 +0000 (18:20 +0000)
committerJim Rees <rees@umich.edu>
Sat, 17 Mar 2007 18:20:15 +0000 (18:20 +0000)
adjust module compile opts (KOPTS) to better match those of the kernel

src/libafs/MakefileProto.OBSD.in

index 4e870e2b0ac7a47240422992d163d21bb12f4e7c..af63407a37b3d529a88f33e61c00251921f02bc0 100644 (file)
@@ -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
 <i386_obsd33>
 KFLAGS+= -fno-stack-protector
 <all>