summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:52:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:52:34 +0000
commit72650fcb596f4c8dd82baebffc05cf9119575236 (patch)
tree413f9b46dc9ec293bf3e24337ea6f208c939e02b /c/src/lib/libbsp/hppa1.1
parent2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-72650fcb596f4c8dd82baebffc05cf9119575236.tar.bz2
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE), remove RTEMS_OUTPUT_BUILD_SUBDIRS.
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog5
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/configure.ac8
2 files changed, 11 insertions, 2 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE),
+ remove RTEMS_OUTPUT_BUILD_SUBDIRS.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .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)