From 72650fcb596f4c8dd82baebffc05cf9119575236 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Nov 2001 16:52:34 +0000 Subject: 2001-11-15 Ralf Corsepius * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE), remove RTEMS_OUTPUT_BUILD_SUBDIRS. --- c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog | 5 +++++ c/src/lib/libbsp/hppa1.1/simhppa/configure.ac | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog index f2bdd799dc..0d6843f397 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Ralf Corsepius + + * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE), + remove RTEMS_OUTPUT_BUILD_SUBDIRS. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/configure.ac b/c/src/lib/libbsp/hppa1.1/simhppa/configure.ac index 3f9388e8bc..46e7b776e5 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/configure.ac +++ b/c/src/lib/libbsp/hppa1.1/simhppa/configure.ac @@ -25,6 +25,12 @@ AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes") RTEMS_CONFIG_BUILD_SUBDIRS(tools) +RTEMS_BSPOPTS_SET([SIMHPPA_FAST_IDLE],[*],[1]) +RTEMS_BSPOPTS_HELP([SIMHPPA_FAST_IDLE], +[If defined, speed up the clock ticks while the idle task is running so + time spent in the idle task is minimized. This significantly reduces + the wall time required to execute the RTEMS test suites.]) + AM_CONFIG_HEADER(include/bspopts.h) RTEMS_PROJECT_ROOT @@ -37,5 +43,3 @@ startup/Makefile tty/Makefile wrapup/Makefile]) AC_OUTPUT - -RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS) -- cgit v1.2.3