2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
This commit is contained in:
Joel Sherrill
2002-04-08 18:28:17 +00:00
parent 34338a2f2e
commit e77a00a506
4 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame

View File

@@ -33,6 +33,9 @@ RTEMS_BSPOPTS_HELP([UARTS_IO_MODE],
does not perform serial I/O on any port other than its default debug
port, which must be SMC1.])
RTEMS_BSPOPTS_SET([DISPATCH_HANDLER_STAT],[*],[])
RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
[used by irq/irq.c])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile

View File

@@ -1,3 +1,7 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -61,6 +61,10 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
use the same type of I/O, otherwise the drivers will likely conflict with
each other.])
RTEMS_BSPOPTS_SET([DISPATCH_HANDLER_STAT],[*],[])
RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
[used by irq/irq.c])
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")