blob: 5572e6bf54eb35df468af62e2f464808ebc6366e (
plain)
1
2
3
4
|
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
# because then __FRAME_END__ might not be the last thing in .eh_frame
# section.
CRTSTUFF_T_CFLAGS = -fno-asynchronous-unwind-tables
|