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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sparc/] [erc32/] [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/04/03 14:17:27 joel Exp
4
 
5
AC_PREREQ(2.52)
6
AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32],[_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
RTEMS_CHECK_NETWORKING
19
 
20
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
21
 
22
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
23
 
24
## bsp-specific options
25
RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
26
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
27
[The erc32 console driver can operate in either polled or interrupt mode.
28
Under the simulator (especially when FAST_UART is defined), polled seems to operate
29
better.  It is common for a task to print a line (like the end of test message) and
30
then exit.  In this case, the program returns control to the simulator command line
31
before the program has even queued the output to the uart.  Thus sis has no chance
32
of getting the data out.])
33
 
34
RTEMS_BSPOPTS_SET([SIMSPARC_FAST_IDLE],[*],[])
35
RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
36
[If defined, speed up the clock ticks while the idle task is running so
37
 time spent in the idle task is minimized.  This significantly reduces
38
 the wall time required to execute the RTEMS test suites.])
39
 
40
# Explicitly list all Makefiles here
41
AC_CONFIG_FILES([Makefile
42
clock/Makefile
43
console/Makefile
44
erc32sonic/Makefile
45
gnatsupp/Makefile
46
include/Makefile
47
start/Makefile
48
startup/Makefile
49
timer/Makefile
50
wrapup/Makefile])
51
AC_OUTPUT

powered by: WebSVN 2.1.0

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