none.lds 320 B

12345678910111213
  1. /* GNU ld script
  2. * Used by the build system to probe flags.
  3. * Discards all output to avoid error
  4. * "failed to merge target specific data of file %B". */
  5. TARGET(binary)
  6. INPUT(/dev/null)
  7. /* We could as well omit the whole SECTIONS block.
  8. * This redundancy is just for clarity. */
  9. SECTIONS
  10. {
  11. /DISCARD/ : { *(*) }
  12. }