Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc make sure m68010-netbsdelf choose...
details: https://anonhg.NetBSD.org/src/rev/47ceba046634
branches: trunk
changeset: 772042:47ceba046634
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Dec 15 08:33:55 2011 +0000
description:
make sure m68010-netbsdelf chooses the right unwinder.
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 2 +-
external/gpl3/gcc/dist/gcc/config/m68k/t-m68010-netbsd | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 740c50fe20c4 -r 47ceba046634 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Thu Dec 15 07:52:13 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Thu Dec 15 08:33:55 2011 +0000
@@ -1640,7 +1640,7 @@
case ${target} in
m68010*)
target_cpu_default="0"
- tmake_file=m68k/t-m68kelf
+ tmake_file="m68k/t-m68kelf m68k/t-m68010-netbsd"
default_m68k_cpu=68010
;;
*)
diff -r 740c50fe20c4 -r 47ceba046634 external/gpl3/gcc/dist/gcc/config/m68k/t-m68010-netbsd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/m68k/t-m68010-netbsd Thu Dec 15 08:33:55 2011 +0000
@@ -0,0 +1,4 @@
+# Use unwind-dw2-fde-glibc
+LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
+ $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c
+LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
Home |
Main Index |
Thread Index |
Old Index