summaryrefslogtreecommitdiffstats
path: root/make/custom/mbx8xx.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 17:33:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 17:33:55 +0000
commit15043ea98a8f0d8be106703c79514044f4d8e36c (patch)
tree3ac25ad9e731c9c0f330fb3628db6a9e923d4895 /make/custom/mbx8xx.cfg
parent2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-15043ea98a8f0d8be106703c79514044f4d8e36c.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate START_BASE and START_FILE.
Diffstat (limited to '')
-rw-r--r--make/custom/mbx8xx.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index dc67fa4c28..00f55050d8 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -48,9 +48,6 @@ CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -Dmpc$(8XX_CPU_TYPE) -D$(RTEMS_MBX_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-# Override default start file
-START_BASE=
-
LDFLAGS += $(MBX8xx_LDFLAGS)
define bsp-post-link