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

📄 host.cfg.in

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 IN
字号:
##  $Id: host.cfg.in,v 1.14 2001/02/05 18:21:18 joel Exp $## OS-specific configuration ## Derived from rtems/c/make/os/*.cfg in previous RTEMS version.#RTEMS_HOST = @RTEMS_HOST@## Stuff to clean and clobber for the OS#CLEAN_OS =CLOBBER_OS = *~ *.bak TAGS tagsSHELL=@SHELL@ECHO=echoCAT=catCP=@CP@MV=@MV@LN=@LN@MKDIR=mkdirCHMOD=chmodSED=sed# Global toolsifndef PACKHEXPACKHEX=$(PROJECT_BIN)/packhexendififndef INSTALL_CHANGEINSTALL_CHANGE=$(PROJECT_BIN)/install-if-changeendifINSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture#        of '\\' and '/' as path separators.#        Should be removed as soon as this bug is fixed in egcs.GCCSED = @GCCSED@# ksh (or bash) is used by some shell scripts; ref build-tools/scripts/Makefile##  Must have shell functions.  Some ksh's core dump mysteriously and #  unreliably on RTEMS shell scripts.  bash appears to be the most#  reliable but late model ksh's are usually OK.KSH=@KSH@INSTBINFLAGS  = -m 0755INSTDATAFLAGS = -m 0644INSTLIBFLAGS  = -m 0644 INSTDIRFLAGS  = -m 0755 -dINSTINCFLAGS  = -m 0644

⌨️ 快捷键说明

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