Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib/libgdb Remove hack for amiga introduce...
details: https://anonhg.NetBSD.org/src/rev/553ae8003ee6
branches: trunk
changeset: 932252:553ae8003ee6
user: rin <rin%NetBSD.org@localhost>
date: Sun May 03 07:10:27 2020 +0000
description:
Remove hack for amiga introduced for 68060:
http://cvsweb.netbsd.org/bsdweb.cgi/src/gnu/usr.bin/gdb6/libgdb/Attic/Makefile#rev1.9
Now, gdb works fine even if compiled with -march=68060 and -mtune=68060.
diffstat:
external/gpl3/gdb/lib/libgdb/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 2cc6362059a9 -r 553ae8003ee6 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile Sun May 03 06:33:59 2020 +0000
+++ b/external/gpl3/gdb/lib/libgdb/Makefile Sun May 03 07:10:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/29 11:04:58 rin Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/03 07:10:27 rin Exp $
NOCTF=
HOSTPROG_CXX= 1
@@ -54,10 +54,6 @@
ada-exp.c: ada-lex.c
-.if ${MACHINE} == "amiga"
-COPTS.dwarf2-frame.c+=-O1
-.endif
-
.if defined(HAVE_GCC) && ${HAVE_GCC} >= 8 && ${ACTIVE_CC} == "gcc"
.if !empty(MACHINE_ARCH:Mearmv7hf*)
# GCC 8.4 miscompiles this with -O2 or -O1 for earmv7hf{,eb}.
Home |
Main Index |
Thread Index |
Old Index