source: rtems/c/src/lib/libbsp/powerpc/mvme3100/configure.ac @ f07bdc47

4.115
Last change on this file since f07bdc47 was f07bdc47, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:44

Remove CVS-Ids.

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