source: rtems/c/src/lib/libbsp/sh/gensh1/configure.ac @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 933 bytes
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
[309dbd0]2##
[d7aecdc]3## $Id$
4
[8ee3775]5AC_PREREQ([2.68])
[fcb0cd46]6AC_INIT([rtems-c-src-lib-libbsp-sh-gensh1],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
[d7aecdc]7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
[8ee3775]11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
[9e1ae79]12RTEMS_BSP_CONFIGURE
[d7aecdc]13
[d236e964]14RTEMS_PROG_CC_FOR_TARGET
[d7aecdc]15RTEMS_CANONICALIZE_TOOLS
[f3c5a0ec]16RTEMS_PROG_CCAS
[d7aecdc]17
18## bsp-specific options
[7fe83de]19RTEMS_BSPOPTS_SET([CPU_CLOCK_RATE_HZ],[*],[20000000])
[6388a3f]20RTEMS_BSPOPTS_HELP([CPU_CLOCK_RATE_HZ],[cpu clock rate in HZ])
[d7aecdc]21
[11a6c97]22RTEMS_BSPOPTS_SET([START_HW_INIT],[*],[])
23RTEMS_BSPOPTS_HELP([START_HW_INIT],
[309dbd0]24[If defined, selects whether 'early_hw_init()' is called from 'start.S';
[11a6c97]25 'bsp_hw_init()' is always called from 'bspstart.c'])
26
[d7aecdc]27## Used in scitab/Makefile.am
28AC_SUBST(CPU_CLOCK_RATE_HZ)
29
[d1be26b]30RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
[11a6c97]31
[d7aecdc]32# Explicitly list all Makefiles here
[ae554475]33AC_CONFIG_FILES([Makefile])
[d7aecdc]34AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.