summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-17 04:06:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-17 04:06:04 +0000
commit4c275dcaa1fea307fe78a89ebb3cf3391298652e (patch)
tree87195ab8e323f11699ddfd52d198a3c1f10e493b
parent2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4c275dcaa1fea307fe78a89ebb3cf3391298652e.tar.bz2
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* host.cfg.in: Remove (Unused).
-rw-r--r--make/ChangeLog4
-rw-r--r--make/host.cfg.in59
2 files changed, 4 insertions, 59 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index c478c8b08a..4eb3b3b5ef 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * host.cfg.in: Remove (Unused).
+
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/default.cfg: Update to account for movement of .cfg files.
diff --git a/make/host.cfg.in b/make/host.cfg.in
deleted file mode 100644
index 8b91eccdee..0000000000
--- a/make/host.cfg.in
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# $Id$
-#
-# 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 tags
-
-SHELL=@SHELL@
-ECHO=echo
-
-CAT=cat
-CP=@CP@
-MV=@MV@
-LN=@LN@
-MKDIR=mkdir
-CHMOD=chmod
-SED=sed
-
-# Global tools
-ifndef PACKHEX
-PACKHEX=$(PROJECT_BIN)/packhex
-endif
-
-ifndef BIN2C
-BIN2C=$(PROJECT_BIN)/rtems-bin2c
-endif
-
-ifndef INSTALL_CHANGE
-INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
-endif
-INSTALL_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 0755
-INSTDATAFLAGS = -m 0644
-INSTLIBFLAGS = -m 0644
-INSTDIRFLAGS = -m 0755 -d
-INSTINCFLAGS = -m 0644