From 31aabe78cf07f11a0439cbd4ff18b9dea2cf81ce Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Jun 2007 19:47:34 +0000 Subject: 2007-06-12 Joel Sherrill * custom/armulator.cfg: Removed. --- make/custom/armulator.cfg | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 make/custom/armulator.cfg (limited to 'make/custom/armulator.cfg') diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg deleted file mode 100644 index b97dec4432..0000000000 --- a/make/custom/armulator.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# -# Config file for ARMulator -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=arm -RTEMS_CPU_MODEL=arm7tdmi - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=armulator - -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# -#CPU_CFLAGS = -mcpu=arm7tdmi -# CPU_CFLAGS = -msoft-float - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g - -define make-exe - $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ - $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe -endef - -# Miscellaneous additions go here -- cgit v1.2.3