source: rtems/c/src/lib/libbsp/arm/edb7312/configure.ac @ 7a6f8d0

4.104.115
Last change on this file since 7a6f8d0 was 309dbd0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/09 at 06:28:41

Whitespace removal.

  • Property mode set to 100644
File size: 950 bytes
RevLine 
[3d6669cc]1## Process this file with autoconf to produce a configure script.
[309dbd0]2##
[3d6669cc]3## $Id$
4
[754610f]5AC_PREREQ(2.60)
[fcb0cd46]6AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[3d6669cc]7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[754610f]11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
[3d6669cc]12RTEMS_BSP_CONFIGURE
13
[d236e964]14RTEMS_PROG_CC_FOR_TARGET
[3d6669cc]15RTEMS_CANONICALIZE_TOOLS
[9e541e3]16RTEMS_PROG_CCAS
[3d6669cc]17
[309dbd0]18RTEMS_CHECK_NETWORKING
[36ea4c2a]19AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
[3d6669cc]20
[627e7930]21RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[])
22RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[309dbd0]23[If defined, enable options which optimize executingon the Skyeye
[627e7930]24 simulator.  Speed up the clock ticks while the idle task is running so
25 time spent in the idle task is minimized.  This significantly reduces
26 the wall time required to execute the RTEMS test suites.])
27
[5eac0853]28RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
[fe27e20f]29
[3d6669cc]30# Explicitly list all Makefiles here
[9e541e3]31AC_CONFIG_FILES([Makefile])
[3d6669cc]32AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.