⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.ac

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 AC
字号:
## Process this file with autoconf to produce a configure script.## ## $Id: configure.ac,v 1.1.2.1 2005/10/05 19:25:45 joel Exp $AC_PREREQ(2.57)AC_INIT([rtems-c-src-lib-libbsp-sparc-leon],[_RTEMS_VERSION],[rtems-bugs@rtems.com])AC_CONFIG_SRCDIR([bsp_specs])RTEMS_TOP(../../../../../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE([no-define foreign 1.7.2])RTEMS_BSP_CONFIGURERTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])RTEMS_CANONICALIZE_TOOLSRTEMS_CHECK_NETWORKINGAM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")RTEMS_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 operate better.  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 so time spent in the idle task is minimized.  This significantly reduces the wall time required to execute the RTEMS test suites.])# Explicitly list all Makefiles hereAC_CONFIG_FILES([Makefileclock/Makefileconsole/Makefileleon_open_eth/Makefileleon_smc91111/Makefilegnatsupp/Makefileinclude/Makefilestart/Makefilestartup/Makefiletimer/Makefilewrapup/Makefile])AC_OUTPUT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -