Changeset e8b28ba in rtems for bsps/mips/rbtx4925


Ignore:
Timestamp:
06/07/18 04:37:39 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
ae535b84
Parents:
df7f0ac6
git-author:
Sebastian Huber <sebastian.huber@…> (06/07/18 04:37:39)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/15/18 05:14:36)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/mips/rbtx4925/config/rbtx4925.cfg

    rdf7f0ac6 re8b28ba  
    1414
    1515LDFLAGS = -Wl,--gc-sections
    16 
    17 define bsp-post-link
    18         $(OBJCOPY) -O srec $@ $(basename $@).srec1
    19         $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
    20         $(RM) $(basename $@).srec1
    21         $(default-bsp-post-link)
    22 endef
Note: See TracChangeset for help on using the changeset viewer.