Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gdb6/libgdb Added optimization reduction for gdb...



details:   https://anonhg.NetBSD.org/src/rev/1d6d9d39832d
branches:  trunk
changeset: 755230:1d6d9d39832d
user:      jklos <jklos%NetBSD.org@localhost>
date:      Fri May 28 19:11:23 2010 +0000

description:
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).

diffstat:

 gnu/usr.bin/gdb6/libgdb/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89f16faccfce -r 1d6d9d39832d gnu/usr.bin/gdb6/libgdb/Makefile
--- a/gnu/usr.bin/gdb6/libgdb/Makefile  Fri May 28 18:17:24 2010 +0000
+++ b/gnu/usr.bin/gdb6/libgdb/Makefile  Fri May 28 19:11:23 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index