source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/configure.ac @ 3460525e

4.104.114.84.95
Last change on this file since 3460525e was 72650fcb, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/01 at 16:52:34

2001-11-15 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_BSPOPTS_*(SIMHPPA_FAST_IDLE), remove RTEMS_OUTPUT_BUILD_SUBDIRS.
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9AC_CONFIG_AUX_DIR(../../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-hppa1.1-simhppa,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
16RTEMS_CANONICALIZE_TOOLS
17
18RTEMS_ENV_RTEMSBSP
19RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
20RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
21RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
22RTEMS_CANONICAL_HOST
23
24AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
25
26RTEMS_CONFIG_BUILD_SUBDIRS(tools)
27
[72650fcb]28RTEMS_BSPOPTS_SET([SIMHPPA_FAST_IDLE],[*],[1])
29RTEMS_BSPOPTS_HELP([SIMHPPA_FAST_IDLE],
30[If defined, speed up the clock ticks while the idle task is running so
31 time spent in the idle task is minimized.  This significantly reduces
32 the wall time required to execute the RTEMS test suites.])
33
[d7aecdc]34AM_CONFIG_HEADER(include/bspopts.h)
35RTEMS_PROJECT_ROOT
36
37# Explicitly list all Makefiles here
38AC_CONFIG_FILES([Makefile
39include/Makefile
40shmsupp/Makefile
41start/Makefile
42startup/Makefile
43tty/Makefile
44wrapup/Makefile])
45AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.