Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
This commit is contained in:
parent
68db2aba1d
commit
c92972aff3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2004/01/20 12:09:09 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2004/01/25 17:20:34 kristerw Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fasthenry-3.0-12Nov96
|
||||
|
@ -40,7 +40,7 @@ MAKE_ENV+= LIBS="${LIBS}"
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
|
||||
USE_PKGSRC_GCC= # defined
|
||||
GCC_REQD= 2.95.3
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue