forked from Imagelibrary/rtems
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:
@@ -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>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ RTEMS_CANONICALIZE_TOOLS
|
|||||||
RTEMS_PROG_CCAS
|
RTEMS_PROG_CCAS
|
||||||
|
|
||||||
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
|
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
|
RTEMS_AMPOLISH3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user