Fix GCC image building

This commit is contained in:
Arun Thomas
2011-07-09 15:04:42 +02:00
parent a97a80178e
commit b956c8735e
42 changed files with 64 additions and 57 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.if (${NBSD_LIBC} != "no")
.if ${COMPILER_TYPE} == "gnu"
CPPFLAGS+= -D_MINIX -D_NETBSD_SOURCE
LDADD+= -lminlib -lcompat_minix
DPADD+= ${LIBMINLIB} ${LIBCOMPAT_MINIX}