URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sparc/] [leon/] [configure.ac] - Rev 1765
Compare with Previous | Blame | View Log
## Process this file with autoconf to produce a configure script.#### configure.ac,v 1.7 2002/04/03 14:17:37 joel ExpAC_PREREQ(2.52)AC_INIT([rtems-c-src-lib-libbsp-sparc-leon],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])AC_CONFIG_SRCDIR([bsp_specs])RTEMS_TOP(../../../../../..)AC_CONFIG_AUX_DIR(../../../../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE([no-define foreign 1.6])RTEMS_BSP_CONFIGURERTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])RTEMS_CANONICALIZE_TOOLSRTEMS_CONFIG_BUILD_SUBDIRS(tools)## bsp-specific optionsRTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],[The erc32 console driver can operate in either polled or interrupt mode.Under the simulator (especially when FAST_UART is defined), polled seems to operatebetter. It is common for a task to print a line (like the end of test message) andthen exit. In this case, the program returns control to the simulator command linebefore the program has even queued the output to the uart. Thus sis has no chanceof getting the data out.])RTEMS_BSPOPTS_SET([SIMSPARC_FAST_IDLE],[*],[])RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],[If defined, speed up the clock ticks while the idle task is running sotime spent in the idle task is minimized. This significantly reducesthe wall time required to execute the RTEMS test suites.])# Explicitly list all Makefiles hereAC_CONFIG_FILES([Makefileclock/Makefileconsole/Makefilegnatsupp/Makefileinclude/Makefilestart/Makefilestartup/Makefiletimer/Makefilewrapup/Makefile])AC_OUTPUT
