summaryrefslogtreecommitdiffstats
path: root/make/custom/efi332.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:28:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:28:36 +0000
commit28cc1728dfa6a0a4902e0293e8b13ab0a1c3ad25 (patch)
tree65c5c603b3035cdd2e32f4c26a22f50b84b1d704 /make/custom/efi332.cfg
parentAdded ifndef around build_time macro so tmacros.h and pmacros.h (diff)
downloadrtems-28cc1728dfa6a0a4902e0293e8b13ab0a1c3ad25.tar.bz2
Removed need for START_BASE.
Diffstat (limited to 'make/custom/efi332.cfg')
-rw-r--r--make/custom/efi332.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index 289b9bdde3..03d85b0e2a 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -19,9 +19,6 @@ CPU_CFLAGS = -mcpu32
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
-# Override default start file
-START_BASE=start332
-
# This section makes the target dependent options file.
# NDEBUG (C library)
# if defined asserts do not generate code. This is commonly used