--- src/sys/conf/Attic/Makefile.i386 2005/02/18 11:41:41 1.18 +++ src/sys/conf/Attic/Makefile.i386 2005/04/05 22:36:33 1.19 @@ -46,6 +46,9 @@ COPTFLAGS?=-O -pipe .if !defined(NO_CPU_COPTFLAGS) COPTFLAGS+= ${_CPUCFLAGS} .endif +# don't risk using the stack protector hacks for the kernel +# +COPTFLAGS+= -fno-stack-protector # don't use -I- so we can use proper source-relative locality for local # includes INCLUDES= -nostdinc -I. -I$S