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