2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>

* leaf.cfg: Do not override bsp-post-link.
This commit is contained in:
Joel Sherrill
2008-05-20 20:53:08 +00:00
parent ab9226253b
commit cb697107bc
4 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg: Do not override bsp-post-link.
2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to * leaf.cfg: Switch to explicit .exe instead of EXEEXT to get it to

View File

@@ -80,10 +80,12 @@ define default-bsp-post-link
$(SIZE) $@ $(SIZE) $@
endef endef
define bsp-post-link ifndef bsp-post-link
define bsp-post-link
$(default-bsp-post-link) $(default-bsp-post-link)
cp $(basename $@).exe $(basename $@)$(DOWNEXT) cp $(basename $@).exe $(basename $@)$(DOWNEXT)
endef endef
endif
define make-exe define make-exe
$(bsp-link-c) $(bsp-link-c)

View File

@@ -1,3 +1,7 @@
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg: Do not override bsp-post-link.
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Add smdk2410. * Makefile.am: Add smdk2410.

View File

@@ -131,10 +131,12 @@ define default-bsp-post-link
$(SIZE) $@ $(SIZE) $@
endef endef
ifndef bsp-post-link
define bsp-post-link define bsp-post-link
$(default-bsp-post-link) $(default-bsp-post-link)
cp $(basename $@).exe $(basename $@)$(DOWNEXT) cp $(basename $@).exe $(basename $@)$(DOWNEXT)
endef endef
endif
define make-exe define make-exe
$(bsp-link-c) $(bsp-link-c)