11a4af3693
to accomplish the same thing. * Move the arm compiler hack into a hacks.mk file.
8 lines
263 B
Makefile
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
|