summaryrefslogtreecommitdiff
path: root/emulators/simh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh/patches/patch-aa')
-rw-r--r--emulators/simh/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/simh/patches/patch-aa b/emulators/simh/patches/patch-aa
index f9468a3f2b4..39ee45837e8 100644
--- a/emulators/simh/patches/patch-aa
+++ b/emulators/simh/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.14 2016/01/12 12:51:19 abs Exp $
+$NetBSD: patch-aa,v 1.15 2016/05/03 08:26:43 wiz 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)
Make -O2 conditional so can be overridden by environment
---- makefile.orig 2012-06-13 16:46:32.000000000 +0000
+--- makefile.orig 2012-04-23 16:28:04.000000000 +0000
+++ makefile
@@ -63,7 +63,7 @@ ifeq ($(WIN32),) #*nix Environments (&&
OSNAME = windows-build
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 4.8.5
++ LTO_EXCLUDE_VERSIONS = 4.1.3 4.4.7 4.8.3 4.8.4 4.8.5 5.3.0
PCAPLIB = pcap
ifeq (agcc,$(findstring agcc,$(GCC))) # Android target build?
OS_CCDEFS = -D_GNU_SOURCE