2006-01-10 Joel Sherrill <joel@OARcorp.com>

* configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
This commit is contained in:
Joel Sherrill
2006-01-10 15:59:52 +00:00
parent f28d72cc79
commit 57129306e2
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2006-01-10 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard. * include/bsp.h: New header guard.

View File

@@ -37,6 +37,13 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])
RTEMS_BSPOPTS_SET([ENABLE_SIS_QUIRKS],[sis],[1])
RTEMS_BSPOPTS_SET([ENABLE_SIS_QUIRKS],[*],[0])
RTEMS_BSPOPTS_HELP([ENABLE_SIS_QUIRKS],
[If defined, then the SIS simulator specific code in the
BSP will be enabled. In particular, SIS requires special
initialization not used on real ERC32 hardware.])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
AC_OUTPUT AC_OUTPUT