mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
8 lines
161 B
Text
8 lines
161 B
Text
|
SECTIONS
|
||
|
{
|
||
|
/* Discard .eh_frame section */
|
||
|
/DISCARD/ : { *(.group .comment .note .interp)
|
||
|
EXCLUDE_FILE(*crtbegin.o) *(.eh_frame_hdr .eh_frame)
|
||
|
}
|
||
|
}
|