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>
|
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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user