--- src/sys/boot/ficl/Makefile 2005/02/19 23:19:51 1.5 +++ src/sys/boot/ficl/Makefile 2005/04/05 22:36:29 1.6 @@ -10,11 +10,12 @@ BASE_SRCS= dict.c ficl.c fileaccess.c fl prefix.c search.c stack.c tools.c vm.c words.c SRCS= ${BASE_SRCS} sysdep.c softcore.c -OBJS+= stack_protector.o +#OBJS+= stack_protector.o stack_protector.o: ../../libkern/stack_protector.c CLEANFILES= softcore.c testmain testmain.o +CFLAGS+= -fno-stack-protector CFLAGS+= -ffreestanding .if ${MACHINE_ARCH} == "i386" CFLAGS+= -mpreferred-stack-boundary=2