source: rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac @ e5da4340

4.115
Last change on this file since e5da4340 was e5da4340, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 13:35:43

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • configure.ac: Use standard cache BSP options.
  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[0329aae]1## Process this file with autoconf to produce a configure script.
[309dbd0]2##
[0329aae]3## $Id$
4
[8ee3775]5AC_PREREQ([2.68])
[fcb0cd46]6AC_INIT([rtems-c-src-lib-libbsp-powerpc-ep1a],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[0329aae]7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[8ee3775]11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
[0329aae]12RTEMS_BSP_CONFIGURE
13
[218a2bb]14RTEMS_PROG_CC_FOR_TARGET
[0329aae]15RTEMS_CANONICALIZE_TOOLS
16RTEMS_PROG_CCAS
17
[e5da4340]18RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED([*],[])
19RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED
20
21RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED([*],[])
22RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED
[e36390a6]23
[0329aae]24RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
25RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
26[whether using console interrupts])
27
[4f599ed]28RTEMS_BSPOPTS_SET([CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK], [*], [1])
29RTEMS_BSPOPTS_HELP([CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK],
30[If defined then the BSP may reduce the available memory size
31initially. This can be useful for debugging (reduce the core
32size) or dynamic loading (std gcc text offsets/jumps are < +/-32M).
33Note that the policy can still be defined by the application
34(see sbrk.c, BSP_sbrk_policy). By undefining
35CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
36and a little memory is saved.])
37
[0329aae]38RTEMS_CHECK_NETWORKING
39AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
40
[d1be26b]41RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
[3ddb428]42
[0329aae]43# Explicitly list all Makefiles here
44AC_CONFIG_FILES([Makefile])
45
46RTEMS_PPC_EXCEPTIONS
47
48AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.