Use gcc-2.95.3 on arm32 to avoid internal compiler error(s).
This commit is contained in:
parent
7b2dd08919
commit
f1e85d7155
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/07/18 15:15:29 nra Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/05/21 07:41:39 cjep Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xphoon.tar
|
||||
|
@ -14,6 +14,10 @@ COMMENT= Set the root window to the moon in its current phase
|
|||
|
||||
WRKSRC= ${WRKDIR}/xphoon
|
||||
|
||||
.if (${MACHINE_ARCH} == arm32)
|
||||
.include "../../lang/gcc/Makefile.gcc"
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS}
|
||||
|
|
Loading…
Reference in a new issue