summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2015-12-11 23:33:33 +0000
committerjoerg <joerg>2015-12-11 23:33:33 +0000
commit1cd13d9debc2d525a081f224b50a0de7b3020c44 (patch)
tree9427d86094cbe8abe80e1ea0e90ba90bb64a79a4 /emulators
parentd7189fea743529c5e2dc36b112d0bb38ae706f31 (diff)
downloadpkgsrc-1cd13d9debc2d525a081f224b50a0de7b3020c44.tar.gz
Don't force LTO, at least on NetBSD it is not supported by ld anyway.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile4
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