summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme136.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-01 23:51:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-01 23:51:16 +0000
commit65a41d611efbe87e50ceed9fbf2922ae448c5158 (patch)
treec3a7d5182276a39de88385a8e14e2b325e8ec6bf /make/custom/mvme136.cfg
parent2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-65a41d611efbe87e50ceed9fbf2922ae448c5158.tar.bz2
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* custom/mvme136.cfg: Per PR260 removed make-target-options.
Diffstat (limited to 'make/custom/mvme136.cfg')
-rw-r--r--make/custom/mvme136.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg
index d62cd19439..0737af6c53 100644
--- a/make/custom/mvme136.cfg
+++ b/make/custom/mvme136.cfg
@@ -22,11 +22,6 @@ CPU_CFLAGS =
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
-# This section makes the target dependent options file.
-
-define make-target-options
-endef
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.