diff options
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 02f957af291..79dd9c734f3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2013/03/26 13:53:42 martin Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/11 23:33:33 joerg Exp $ DISTNAME= simhv39-0 PKGNAME= simh-3.9.0 @@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR} .include "../../mk/bsd.prefs.mk" +BUILDLINK_TRANSFORM+= rm:-flto + .if (${MACHINE_ARCH} == "arm") BUILDLINK_TRANSFORM+= rm:-O2 .endif |