Minor makefile changes for GCC

This commit is contained in:
Arun Thomas
2010-06-01 09:41:31 +00:00
parent 40f440b8cd
commit 8579c59b3f
4 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ CPPFLAGS+= -fno-builtin -ffreestanding -fno-stack-protector
LDFLAGS+= -T arch/${ARCH}/kernel.lds
LDFLAGS+= -nostdlib
DPADD+= ${LIBC}
LDADD+= -lgcc -lc -lgcc
LDADD+= -lc
.endif
CPPFLAGS+= -I${.CURDIR}/arch/${ARCH}/include -I${MINIXSRCDIR}