Warning, /make/host.cfg is written in an unsupported language. File is not indexed.
0001 # OS-specific configuration
0002 #
0003 # Derived from rtems/c/make/os/*.cfg in previous RTEMS version.
0004 #
0005
0006 #
0007 # Stuff to clean and clobber for the OS
0008 #
0009
0010 CLEAN_OS =
0011 CLOBBER_OS = *~ *.bak TAGS tags
0012
0013 SHELL=sh
0014 ECHO=echo
0015
0016 CAT=cat
0017 CP=cp
0018 MV=mv
0019 LN=ln
0020 MKDIR=mkdir
0021 CHMOD=chmod
0022 SED=sed
0023
0024 # Global tools
0025
0026 ifndef BIN2C
0027 BIN2C=rtems-bin2c
0028 endif
0029
0030 ifndef INSTALL_CHANGE
0031 INSTALL_CHANGE=install
0032 endif
0033 ifndef INSTALL_VARIANT
0034 INSTALL_VARIANT=install
0035 endif
0036
0037 # ksh (or bash) is used by some shell scripts; ref build-tools/scripts/Makefile
0038 #
0039 # Must have shell functions. Some ksh's core dump mysteriously and
0040 # unreliably on RTEMS shell scripts. bash appears to be the most
0041 # reliable but late model ksh's are usually OK.
0042 KSH=bash
0043
0044 INSTBINFLAGS = -m 0755
0045 INSTDATAFLAGS = -m 0644
0046 INSTLIBFLAGS = -m 0644
0047 INSTDIRFLAGS = -m 0755 -d
0048 INSTINCFLAGS = -m 0644