pkgsrc/graphics/aalib/hacks.mk
jlam 11a4af3693 * Avoid an unnecessary SUBST_FILES class by using environnment variables
to accomplish the same thing.

* Move the arm compiler hack into a hacks.mk file.
2006-03-31 17:11:54 +00:00

8 lines
263 B
Makefile

# $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