Commit 235e5e7d authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Generate symbols file during ROM builds

Detail:
  Makefile - The symbols file that gets generated during the build now gets copied to the install folder for ROM builds. This allows it to be picked up easily by debugging tools.
Admin:
  Tested with BCM2835, OMAP3 & Disc builds


Version 5.72. Retagged as 'RISC_OSLib-5_72'
parent 2d5cdfa8
......@@ -581,6 +581,7 @@ rom_link_CLib: ${CLIB_ROM_OBJS} rom_link_Entries
rom_link: rom_link_${TARGET}
${CP} linked.${TARGET} ${LINKDIR}.${TARGET} ${CPFLAGS}
${CP} syms.${TARGET} ${LINKDIR}.${TARGET}_sym ${CPFLAGS}
|
${CP} syms.Entries ${ABSSYM} ${CPFLAGS}
${CP} syms.C_Entries ${C_ABSSYM} ${CPFLAGS}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment