summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 14:31:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 14:31:24 +0000
commit52c4e77eb486723c8194da7a3f77df209d3800a8 (patch)
tree310f82e47a5f8ceca56e5450125a4be6a64938b4
parent2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-52c4e77eb486723c8194da7a3f77df209d3800a8.tar.bz2
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/posix.cfg: Don't include host.cfg.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/posix.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 6da97803c3..bd2167d014 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/posix.cfg: Don't include host.cfg.
+
2002-08-09 Joel Sherrill <joel@OARcorp.com>
* custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
diff --git a/make/custom/posix.cfg b/make/custom/posix.cfg
index 7eea257e7f..ff5ca9646c 100644
--- a/make/custom/posix.cfg
+++ b/make/custom/posix.cfg
@@ -4,7 +4,7 @@
# $Id$
#
-include $(RTEMS_ROOT)/make/host.cfg
+# include $(RTEMS_ROOT)/make/host.cfg
# Set them here, otherwise gcc-target-default.cfg will set them to values
# not working on some os variants (linux-RH5.0, glibc versions 2.0.0 - 2.0.7)