diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-28 05:36:26 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-28 05:36:26 +0000 |
commit | 21ab5c7289a2e9c5d10bc50c081f5895eea8bd0d (patch) | |
tree | 283fa47244d98647c0ebc47699c3f5ff0dbb793c /emulators | |
parent | 73a5d26db400c1f759375aaec805b7a0e72d0c39 (diff) | |
download | pkgsrc-21ab5c7289a2e9c5d10bc50c081f5895eea8bd0d.tar.gz |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index dd4f1b56a53..d4cb219b600 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/28 05:36:26 kristerw Exp $ DISTNAME= stella-1.1-src PKGNAME= stella-1.1 @@ -16,7 +16,7 @@ MAKEFILE= makefile ALL_TARGET= unix-x .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 3.0 .endif MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti" |