source: rtems/c/src/lib/libbsp/arm/csb337/configure.ac @ 7187942

4.104.115
Last change on this file since 7187942 was d236e964, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 09:40:07

2009-10-20 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Don't add -ansi -fasm to CFLAGS.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-arm-csb337],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
12RTEMS_BSP_CONFIGURE
13
14RTEMS_PROG_CC_FOR_TARGET
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_PROG_CCAS
17
18RTEMS_CHECK_NETWORKING
19AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
20
21RTEMS_BSPOPTS_SET([csb637],[csb637],[1])
22RTEMS_BSPOPTS_SET([csb637],[*],[0])
23RTEMS_BSPOPTS_HELP([csb637],
24[If defined, this indicates that the BSP is being built for the
25 csb637 variant.])
26
27RTEMS_BSPOPTS_SET([ENABLE_LCD],[*],[0])
28RTEMS_BSPOPTS_HELP([ENABLE_LCD],
29[If defined, enable use of the SED1356 controller and LCD.])
30AM_CONDITIONAL(ENABLE_LCD,test "$ENABLE_LCD" = "1")
31
32RTEMS_BSPOPTS_SET([ENABLE_UMON_CONSOLE],[*],[1])
33RTEMS_BSPOPTS_HELP([ENABLE_UMON_CONSOLE],
34[If defined, enable use of the MicroMonitor console device.])
35AM_CONDITIONAL(ENABLE_LCD,test "$ENABLE_UMON_CONSOLE" = "1")
36
37RTEMS_BSP_CLEANUP_OPTIONS(1, 1)
38
39# Explicitly list all Makefiles here
40AC_CONFIG_FILES([Makefile])
41AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.