Add a hack to require gcc 3.4 on NetBSD/sparc.
This commit is contained in:
parent
17d0b18f79
commit
b6e65ebc3d
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.35 2005/06/22 21:14:45 jlam Exp $
|
# $NetBSD: Makefile,v 1.36 2005/08/28 09:06:14 jdc Exp $
|
||||||
|
|
||||||
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
# XXX: hack - work round an ICE with GCC 3.3 on sparc
|
||||||
|
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
|
||||||
|
GCC_REQD+= 3.4
|
||||||
|
.endif
|
||||||
|
|
||||||
.include "../qt3-libs/Makefile.common"
|
.include "../qt3-libs/Makefile.common"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue