12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
/* Final linker script klipper.elf on the PRU */
|
|
SECTIONS
|
|
{
|
|
/* binutils on the PRU doesn't support --gc-sections so manually
|
|
* discard the .compile_time_request section */
|
|
/* and GDB extended debugging information */
|
|
/DISCARD/ : {
|
|
*( .compile_time_request )
|
|
*( .gnu.debug* )
|
|
}
|
|
}
|