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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

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

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 706 bytes
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
[754610f]5AC_PREREQ(2.60)
[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
[754610f]11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
[9e1ae79]12RTEMS_BSP_CONFIGURE
[d7aecdc]13
14RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
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
22## Used in scitab/Makefile.am
23AC_SUBST(CPU_CLOCK_RATE_HZ)
24
25# Explicitly list all Makefiles here
[ae554475]26AC_CONFIG_FILES([Makefile])
[d7aecdc]27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.