forked from Imagelibrary/rtems
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg: Do not override bsp-post-link.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user