summaryrefslogtreecommitdiff
path: root/graphics/aalib/hacks.mk
blob: d6a2ac280124da96f5a2c168f3a4eef27655eec1 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: hacks.mk,v 1.1 2006/03/31 17:11:54 jlam Exp $

### [Mon Mar 25 14:45:05 2002 UTC : cjep]
### On arm{,32}, avoid internal compiler errors with old GCC versions.
###
.if (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "arm32")
GCC_REQD+=	2.95.3
.endif