summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:01 +0000
commitc9be95770ed2dc15f741d64b86214333f1836662 (patch)
tree62b7b64493a83e6dfc0619d71633f95d3b41db9f /make
parent2011-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c9be95770ed2dc15f741d64b86214333f1836662.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/default.cfg: Update to account for movement of .cfg files.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/default.cfg4
2 files changed, 6 insertions, 2 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index f309b71655..c478c8b08a 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * custom/default.cfg: Update to account for movement of .cfg files.
+
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove (merged into ../Makefile.am).
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 89327f38ce..5d6660719e 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -9,10 +9,10 @@
#
include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
-include $(RTEMS_ROOT)/make/host.cfg
+include $(RTEMS_SHARE)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
## Target compiler config file, if any
-CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
+CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg