Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/egcs/arch/m68k m68k/ELF target configuration.



details:   https://anonhg.NetBSD.org/src/rev/3604205c12ed
branches:  trunk
changeset: 473272:3604205c12ed
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu May 27 14:50:27 1999 +0000

description:
m68k/ELF target configuration.

diffstat:

 gnu/usr.bin/egcs/arch/m68k/tm.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ffc67f1b1319 -r 3604205c12ed gnu/usr.bin/egcs/arch/m68k/tm.h
--- a/gnu/usr.bin/egcs/arch/m68k/tm.h   Thu May 27 14:37:14 1999 +0000
+++ b/gnu/usr.bin/egcs/arch/m68k/tm.h   Thu May 27 14:50:27 1999 +0000
@@ -1,3 +1,7 @@
-/*     $NetBSD: tm.h,v 1.2 1998/08/17 20:26:07 tv Exp $        */
+/*     $NetBSD: tm.h,v 1.3 1999/05/27 14:50:27 kleink Exp $    */
 
+#ifdef DEFAULT_ELF
+#include "m68k/netbsd-elf.h"
+#else
 #include "m68k/netbsd.h"
+#endif



Home | Main Index | Thread Index | Old Index