summaryrefslogtreecommitdiff
path: root/rtems-ra.cpp (follow)
AgeCommit message (Collapse)Author
2014-09-06Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
This allows resued for other parts of the system not dependent on objcet files or archives.
2014-09-01Fix getopt_long usagePeng Fan
When passing shorhand options, getopt_long sometimes does not handle them correctly. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
2013-08-30Implement a new tool 'rtems-ra'Peng Fan
rtems-ra supports converting an elf archive file into a rap archive file. It also support add, replace and delete rap files from the rap archive file.