summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/mvme136.cfg5
2 files changed, 4 insertions, 5 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 0c3e650b01..be2965d301 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-01 Joel Sherrill <joel@OARcorp.com>
+
+ * custom/mvme136.cfg: Per PR260 removed make-target-options.
+
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
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.