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

📄 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.6.2.3 2003/08/20 13:40:56 ralf Exp $AC_PREREQ(2.57)AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_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_NETWORKING AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")# HACK: Propagate #define mvme167 into bspopts.h# Used inside ../mvme162/include/mvme16x_hw.hAC_DEFINE_UNQUOTED([mvme167],[1],[If building the mvme167 BSP])RTEMS_BSPOPTS_SET([CD2401_INT_LEVEL],[*],[1])RTEMS_BSPOPTS_HELP([CD2401_INT_LEVEL],[Interrupt level for the CD2401(when CD2401_IO_MODE == 1).])RTEMS_BSPOPTS_SET([CD2401_IO_MODE],[*],[0])RTEMS_BSPOPTS_HELP([CD2401_IO_MODE],[0 for polled I/O, 1 for interrupt-driven.])RTEMS_BSPOPTS_SET([CD2401_USE_TERMIOS],[*],[0])RTEMS_BSPOPTS_HELP([CD2401_USE_TERMIOS],[1 for using termios based console.])RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[1])RTEMS_BSPOPTS_HELP([CONSOLE_MINOR],[Port to use for the RTEMS console.      0 - /dev/tty0, Serial Port 1/Console on the MVME712M.      1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.      2 - /dev/tty2, Serial Port 3 on the MVME712M.      3 - /dev/tty3, Serial Port 4 on the MVME712M.])RTEMS_BSPOPTS_SET([PRINTK_MINOR],[*],[1])RTEMS_BSPOPTS_HELP([PRINTK_MINOR],[Port to use for printk debugging output.      0 - /dev/tty0, Serial Port 1/Console on the MVME712M.      1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.      2 - /dev/tty2, Serial Port 3 on the MVME712M.      3 - /dev/tty3, Serial Port 4 on the MVME712M.])# Explicitly list all Makefiles hereAC_CONFIG_FILES([Makefileclock/Makefileconsole/Makefilefatal/Makefileinclude/Makefilenetwork/Makefilestart/Makefilestartup/Makefiletimer/Makefilewrapup/Makefile])AC_OUTPUT

⌨️ 快捷键说明

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