From ab7cf7ed7eb9220a230b997436553e431473c5d3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Sep 2008 19:34:21 +0000 Subject: 2008-09-25 Joel Sherrill * Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4. * custom/simsh1.cfg, custom/simsh2.cfg: New files. * custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed. --- make/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/Makefile.am') diff --git a/make/Makefile.am b/make/Makefile.am index 2ec4537410..d6ac90ee5a 100644 --- a/make/Makefile.am +++ b/make/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \ custom/nios2_iss.cfg \ custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \ custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \ - custom/shsim.cfg custom/ts_386ex.cfg custom/nds.cfg \ - custom/smdk2410.cfg + custom/simsh1.cfg custom/simsh2.cfg custom/simsh4.cfg \ + custom/ts_386ex.cfg custom/nds.cfg custom/smdk2410.cfg include $(top_srcdir)/automake/host.am -- cgit v1.2.3