2002-08-01 Joel Sherrill <joel@OARcorp.com>

* custom/mvme136.cfg: Per PR260 removed make-target-options.
This commit is contained in:
Joel Sherrill
2002-08-01 23:51:16 +00:00
parent 18dce917b5
commit 65a41d611e
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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.