summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)