https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101377
--- Comment #4 from Liu Hao <lh_mouse at 126 dot com> --- configure said 'yes' for 'broken dwarf5 support'. I am not quite clear whether this means whether it is broken or not (but I suspect yes): ``` configure:29798: checking linker PT_GNU_EH_FRAME support configure:29829: result: no configure:29832: checking linker CIEv3 in .eh_frame support configure:29869: result: yes configure:29872: checking linker position independent executable support configure:29913: result: yes configure:29916: checking linker PIE support with copy reloc configure:29965: result: no configure:29968: checking linker EH-compatible garbage collection of sections configure:30048: result: no configure:30051: checking linker EH garbage collection of sections bug configure:30095: result: no configure:30098: checking linker for compressed debug sections configure:30158: result: 3 configure:30228: checking broken PE linker dwarf5 support configure:30249: result: yes configure:30258: checking linker --as-needed support configure:30319: result: yes ``` This macro was also defined: ``` | #define HAVE_LD_BROKEN_PE_DWARF5 1 ```