m68k/ELF target configuration.

This commit is contained in:
kleink 1999-05-27 14:50:27 +00:00
parent 2a213ac8a5
commit d97a41c6a3
1 changed files with 5 additions and 1 deletions

View File

@ -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