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>
* 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) $@
endef
define bsp-post-link
ifndef bsp-post-link
define bsp-post-link
$(default-bsp-post-link)
cp $(basename $@).exe $(basename $@)$(DOWNEXT)
endef
endef
endif
define make-exe
$(bsp-link-c)