fix regression from a745c4bfc8a9b5db4e48387170da0dc1d39e3abe
[uclibc-ng.git] / extra / scripts / none.lds
blobd6bd05afc241a67db934ed673e40459884b2fd39
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
11   /DISCARD/ : { *(*) }