Changeset ca406082 in rtems
- Timestamp:
- 11/15/00 21:40:05 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c34ac295
- Parents:
- cb88748
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
rcb88748 rca406082 1 2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 3 * Makefile.am, configure.in: Added support for instruction 4 cache enabling based on CPU model. 5 * cache/.cvsignore, cache/Makefile.am, cache/cache.c, 6 cache/cache_.h: New files. 7 1 8 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/sparc/Makefile.am
rcb88748 rca406082 6 6 ACLOCAL_AMFLAGS = -I ../../../../../aclocal 7 7 8 SUBDIRS = include reg_win syscall8 SUBDIRS = include cache reg_win syscall 9 9 10 10 include $(top_srcdir)/../../../../../automake/subdirs.am -
c/src/lib/libcpu/sparc/configure.in
rcb88748 rca406082 27 27 RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) 28 28 29 AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \ 30 || test "$RTEMS_CPU_MODEL" = "leon2" ) 31 29 32 # Explicitly list all Makefiles here 30 33 AC_OUTPUT( 31 34 Makefile 35 cache/Makefile 32 36 include/Makefile 33 37 reg_win/Makefile
Note: See TracChangeset
for help on using the changeset viewer.