From 6d3082d72e19669ec54ca18d629af06433097978 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 09:17:53 +0000 Subject: Remove (Moved to c/src/lib/libbsp//). --- make/custom/sim68000.cfg | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 make/custom/sim68000.cfg (limited to 'make/custom/sim68000.cfg') diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg deleted file mode 100644 index c226817aea..0000000000 --- a/make/custom/sim68000.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# -# Config file for a BSVC m68k simulator -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68000 - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -CPU_CFLAGS = -mcpu=68000 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=sim68000 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -define bsp-post-link - $(default-bsp-post-link) - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@)$(DOWNEXT) -endef -- cgit v1.2.3