forked from Imagelibrary/rtems
tools: Remove packhex
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
This commit is contained in:
@@ -13,10 +13,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
LDFLAGS = -Wl,--gc-sections
|
||||
|
||||
define bsp-post-link
|
||||
$(OBJCOPY) -O srec $@ $(basename $@).srec1
|
||||
$(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
|
||||
$(RM) $(basename $@).srec1
|
||||
$(default-bsp-post-link)
|
||||
endef
|
||||
|
||||
@@ -13,10 +13,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
LDFLAGS = -Wl,--gc-sections
|
||||
|
||||
define bsp-post-link
|
||||
$(OBJCOPY) -O srec $@ $(basename $@).srec1
|
||||
$(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
|
||||
$(RM) $(basename $@).srec1
|
||||
$(default-bsp-post-link)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user