summaryrefslogtreecommitdiff
path: root/emulators/simh/patches
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/simh/patches
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/simh/patches')
-rw-r--r--emulators/simh/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
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