Removing forgotten, useless, renegade defines
Change-Id: I3ff12b42e2815c8f3d72bb577a58552f3a0dc662
This commit is contained in:
parent
c1bfecc185
commit
0ca2111817
3 changed files with 0 additions and 6 deletions
|
@ -76,7 +76,6 @@ GCC_CPPFLAGS= -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 \
|
|||
-DTARGET_SYSTEM_ROOT_RELOCATABLE
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} == "Minix"
|
||||
GCC_CPPFLAGS+= -D_NETBSD_SOURCE -D_POSIX_SOURCE -D_COMPAT_MINIX
|
||||
CONFIGURE_ENV+= LDFLAGS=-lm
|
||||
.endif
|
||||
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../gnu/dist/gmake
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} == "Minix"
|
||||
HOST_CPPFLAGS+=-D_NETBSD_SOURCE -D_POSIX_SOURCE -D_COMPAT_MINIX
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= CC=${HOST_CC:Q} \
|
||||
CFLAGS=${HOST_CFLAGS:Q} \
|
||||
CPPFLAGS=${HOST_CPPFLAGS:Q} \
|
||||
|
|
|
@ -4,7 +4,6 @@ HOSTPROGNAME= ${_TOOL_PREFIX}lex
|
|||
HOST_SRCDIR= external/bsd/flex/bin
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//} == "Minix"
|
||||
HOST_CPPFLAGS+=-D_NETBSD_SOURCE -D_POSIX_SOURCE -D_COMPAT_MINIX
|
||||
HOST_LDFLAGS+= -static
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue