Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk.

Approved by:	bde
This commit is contained in:
Maxime Henrion 2002-06-16 10:42:05 +00:00
parent 254fac850d
commit 2812d7722d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98295

View File

@ -38,7 +38,7 @@ INCLUDES+= -I$S/../include
INCLUDES+= -I/usr/include
.endif
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -ffreestanding -include opt_global.h
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -fno-common
# XXX LOCORE means "don't declare C stuff" not "for locore.s".