2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>

* custom/default.cfg: Update to account for movement of .cfg files.
This commit is contained in:
Joel Sherrill
2011-04-01 18:12:01 +00:00
parent 49a97a9130
commit c9be95770e
2 changed files with 6 additions and 2 deletions

View File

@@ -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).

View File

@@ -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