Module Name:    src
Committed By:   joerg
Date:           Tue Jul 16 10:05:38 UTC 2013

Modified Files:
        src/sys/arch/hp700/stand: Makefile.inc

Log Message:
Disable unwind sections for the boot loaders.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/stand/Makefile.inc
diff -u src/sys/arch/hp700/stand/Makefile.inc:1.8 src/sys/arch/hp700/stand/Makefile.inc:1.9
--- src/sys/arch/hp700/stand/Makefile.inc:1.8	Mon Jun 20 06:52:37 2011
+++ src/sys/arch/hp700/stand/Makefile.inc	Tue Jul 16 10:05:38 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.8 2011/06/20 06:52:37 mrg Exp $
+#	$NetBSD: Makefile.inc,v 1.9 2013/07/16 10:05:38 joerg Exp $
 
 BINDIR=		/usr/mdec
 
@@ -6,3 +6,4 @@ BINDIR=		/usr/mdec
 
 COPTS+=		-Wno-pointer-sign
 COPTS+=		-fno-strict-aliasing
+COPTS+=		-fno-unwind-tables

Reply via email to