Add BUILDLINK_TRANSFORM+= rm:-pipe

Using -pipe takes too much memory.
This commit is contained in:
bjs 2008-05-06 15:26:57 +00:00
parent 88259b44f9
commit c0ce7c31bf

View file

@ -1,4 +1,4 @@
# $NetBSD: hacks.mk,v 1.1.1.1 2008/04/28 04:14:31 bjs Exp $
# $NetBSD: hacks.mk,v 1.2 2008/05/06 15:26:57 bjs Exp $
###
.if !defined(GAMBC_HACKS_MK)
GAMBC_HACKS_MK= # empty
@ -11,4 +11,5 @@ GAMBC_HACKS_MK= # empty
. if !empty(CC_VERSION:Mgcc-*)
BUILDLINK_TRANSFORM+= rm:-O[2-9s]*
. endif
BUILDLINK_TRANSFORM+= rm:-pipe # XXX takes up too much memory
.endif