2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>

PR 1249/build
	* configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the
	leon3 was left out of the cache enable logic. Thus the cache
	management support code was empty on LEON3 CPUs.
This commit is contained in:
Joel Sherrill
2007-07-31 20:23:52 +00:00
parent ee69dc6967
commit 8661209e6e
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1249/build
* configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the
leon3 was left out of the cache enable logic. Thus the cache
management support code was empty on LEON3 CPUs.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -22,7 +22,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|| test "$RTEMS_CPU_MODEL" = "leon2" )
|| test "$RTEMS_CPU_MODEL" = "leon2" || test "$RTEMS_CPU_MODEL" = "leon3" )
RTEMS_AMPOLISH3