URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [make/] [host.cfg.in] - Rev 173
Compare with Previous | Blame | View Log
## $Id: host.cfg.in,v 1.2 2001-09-27 12:02:06 chris 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=cat## RM=@RM@ -fCP=@CP@MV=@MV@LN=@LN@MKDIR=mkdirCHMOD=chmodSED=sed# Global toolsifndef PACKHEXPACKHEX=$(prefix)/bin/packhexendififndef INSTALL_CHANGEINSTALL_CHANGE=$(prefix)/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@## Rule to install a shell script with the proper shell to run it.## when debugging, one may want to save the previous incarnation of the# installed script. Replace the first line of this rule to do this.## -$(RM) $@.old# -$(MV) $@ $@.old >/dev/null 2>&1# OBSOLETE: Don't use this anymore, this may be removed in futuredefine make-script-$(RM) $@$(SED) -e '1,1s?^#!KSHELL?#!$(KSH)?' \-e '1,1s?^#!SHELL?#!$(SHELL)?' < $< > $@$(CHMOD) 0555 $@endefINSTBINFLAGS = -m 0755INSTDATAFLAGS = -m 0644INSTLIBFLAGS = -m 0644INSTDIRFLAGS = -m 0755 -dINSTINCFLAGS = -m 0644
