OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [host.cfg.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  host.cfg.in,v 1.14 2001/02/05 18:21:18 joel Exp
3
#
4
# OS-specific configuration
5
#
6
# Derived from rtems/c/make/os/*.cfg in previous RTEMS version.
7
#
8
 
9
RTEMS_HOST = @RTEMS_HOST@
10
 
11
#
12
# Stuff to clean and clobber for the OS
13
#
14
 
15
CLEAN_OS =
16
CLOBBER_OS = *~ *.bak TAGS tags
17
 
18
SHELL=@SHELL@
19
ECHO=echo
20
 
21
CAT=cat
22
CP=@CP@
23
MV=@MV@
24
LN=@LN@
25
MKDIR=mkdir
26
CHMOD=chmod
27
SED=sed
28
 
29
# Global tools
30
ifndef PACKHEX
31
PACKHEX=$(PROJECT_BIN)/packhex
32
endif
33
 
34
ifndef INSTALL_CHANGE
35
INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
36
endif
37
INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"
38
 
39
# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture
40
#        of '\\' and '/' as path separators.
41
#        Should be removed as soon as this bug is fixed in egcs.
42
GCCSED = @GCCSED@
43
 
44
# ksh (or bash) is used by some shell scripts; ref build-tools/scripts/Makefile
45
#
46
#  Must have shell functions.  Some ksh's core dump mysteriously and
47
#  unreliably on RTEMS shell scripts.  bash appears to be the most
48
#  reliable but late model ksh's are usually OK.
49
KSH=@KSH@
50
 
51
INSTBINFLAGS  = -m 0755
52
INSTDATAFLAGS = -m 0644
53
INSTLIBFLAGS  = -m 0644
54
INSTDIRFLAGS  = -m 0755 -d
55
INSTINCFLAGS  = -m 0644

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.