summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2016-01-12 12:51:19 +0000
committerabs <abs@pkgsrc.org>2016-01-12 12:51:19 +0000
commit3afcfa14547b36fbb8076ddce7c26485b40d5020 (patch)
tree7545b7a346db9e2e961372c92cf7583b8cbb0975 /emulators
parentfc226504df7b9588f962db113c8ee9470586e336 (diff)
downloadpkgsrc-3afcfa14547b36fbb8076ddce7c26485b40d5020.tar.gz
I don't know why this package has a manually maintained list of gcc versions
to exclude LTO on, but for now just add 4.8.5. Fixed build on netbsd-7 No PKGREVISION bump as will only affect platforms which did not build before
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/distinfo4
-rw-r--r--emulators/simh/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
index 0bfa7a9ad00..d34b345444e 100644
--- a/emulators/simh/distinfo
+++ b/emulators/simh/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.23 2015/11/03 20:31:01 agc Exp $
+$NetBSD: distinfo,v 1.24 2016/01/12 12:51:19 abs Exp $
SHA1 (simhv39-0.zip) = 1de3938f0dcb51d55b0e53aea8ae9769ccc57bdb
RMD160 (simhv39-0.zip) = a464e7d1fc6d58dd23a3ef623c3c018d5d60b050
SHA512 (simhv39-0.zip) = 5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6
Size (simhv39-0.zip) = 3103657 bytes
-SHA1 (patch-aa) = 88e2b2ba2b131c1c3ce440b47a8538c45dc09024
+SHA1 (patch-aa) = 96d323402f4d5850340b979587046e346014f9d0
SHA1 (patch-ab) = aa6f7fa5246b469ec7de28182922d2e6e18ce0de
SHA1 (patch-ac) = 9d12df82e971b057be33d4cf54b1539597ae94f3
SHA1 (patch-sim__timer.h) = 1ee43b9a6586cdeb0f4dd22321957de8d30d3376
diff --git a/emulators/simh/patches/patch-aa b/emulators/simh/patches/patch-aa
index c59cf3f7e9d..f9468a3f2b4 100644
--- a/emulators/simh/patches/patch-aa
+++ b/emulators/simh/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.13 2014/11/20 23:48:12 jklos Exp $
+$NetBSD: patch-aa,v 1.14 2016/01/12 12:51:19 abs Exp $
Exclude -flto for gcc 4.1.3 (used in NetBSD/vax 6)
Exclude -flto for gcc 4.4.7 (Used in DragonFly 2.13 - 3.1)
@@ -11,7 +11,7 @@ Make -O2 conditional so can be overridden by environment
endif
GCC_VERSION = $(shell $(GCC) -v /dev/null 2>&1 | grep 'gcc version' | awk '{ print $$3 }')
- LTO_EXCLUDE_VERSIONS =
-+ LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4
++ LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5
PCAPLIB = pcap
ifeq (agcc,$(findstring agcc,$(GCC))) # Android target build?
OS_CCDEFS = -D_GNU_SOURCE