summaryrefslogtreecommitdiffstats
path: root/make/custom/armulator.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:47:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:47:34 +0000
commit31aabe78cf07f11a0439cbd4ff18b9dea2cf81ce (patch)
treec35e5dd82a90a27277c762e9a33791127e1e7153 /make/custom/armulator.cfg
parent2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-31aabe78cf07f11a0439cbd4ff18b9dea2cf81ce.tar.bz2
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/armulator.cfg: Removed.
Diffstat (limited to 'make/custom/armulator.cfg')
-rw-r--r--make/custom/armulator.cfg31
1 files changed, 0 insertions, 31 deletions
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