OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [simsh4/] [configure.ac] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
## Process this file with autoconf to produce a configure script.
2
##
3
## configure.ac,v 1.6 2002/03/28 00:42:31 joel Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-lib-libbsp-sh-simsh4],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7
AC_CONFIG_SRCDIR([bsp_specs])
8
RTEMS_TOP(../../../../../..)
9
AC_CONFIG_AUX_DIR(../../../../../..)
10
 
11
RTEMS_CANONICAL_TARGET_CPU
12
AM_INIT_AUTOMAKE([no-define foreign 1.6])
13
RTEMS_BSP_CONFIGURE
14
 
15
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
16
RTEMS_CANONICALIZE_TOOLS
17
 
18
 
19
## bsp-specific options
20
CPU_CLOCK_RATE_HZ=${CPU_CLOCK_RATE_HZ-10000000}
21
AC_DEFINE_UNQUOTED(
22
  [CPU_CLOCK_RATE_HZ],
23
  [$CPU_CLOCK_RATE_HZ],
24
  [cpu clock rate in HZ])
25
 
26
#  START_HW_INIT
27
#       This switch selects whether 'early_hw_init()' is called from
28
#       'start.S'; 'bsp_hw_init()' is always called from 'bspstart.c'
29
#
30
START_HW_INIT=${START_HW_INIT-1}
31
AC_DEFINE_UNQUOTED(
32
  [START_HW_INIT],
33
  [$START_HW_INIT],
34
  [Whether to call early_hw_init from start.S])
35
 
36
 
37
 
38
# Explicitly list all Makefiles here
39
AC_CONFIG_FILES([Makefile
40
console/Makefile
41
include/Makefile
42
start/Makefile
43
startup/Makefile
44
clock/Makefile
45
timer/Makefile
46
wrapup/Makefile
47
])
48
AC_OUTPUT

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.