Module Name:    src
Committed By:   jklos
Date:           Fri May 28 19:11:23 UTC 2010

Modified Files:
        src/gnu/usr.bin/gdb6/libgdb: Makefile

Log Message:
Added optimization reduction for gdb/dwarf2-frame.c for Amigas. We don't
see the problem on other m68k platforms, but that could be because other
platforms don't have m68060s (except Atari, perhaps).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/gdb6/libgdb/Makefile

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

Modified files:

Index: src/gnu/usr.bin/gdb6/libgdb/Makefile
diff -u src/gnu/usr.bin/gdb6/libgdb/Makefile:1.8 src/gnu/usr.bin/gdb6/libgdb/Makefile:1.9
--- src/gnu/usr.bin/gdb6/libgdb/Makefile:1.8	Sat May  3 14:48:31 2008
+++ src/gnu/usr.bin/gdb6/libgdb/Makefile	Fri May 28 19:11:23 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2008/05/03 14:48:31 lukem Exp $
+#	$NetBSD: Makefile,v 1.9 2010/05/28 19:11:23 jklos Exp $
 
 .include <bsd.own.mk>
 
@@ -39,3 +39,7 @@
 
 # Don't run yacc/bison or lex
 .y.c .y.h .l.c:
+
+.if ${MACHINE} == "amiga"
+COPTS.dwarf2-frame.c+=-O1
+.endif

Reply via email to