blob: fb47b61f44861572954c8fc612409cabde62f00e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* Up through Solaris 2.7, the system linker does not work with DWARF
or DWARF2, since it does not have working support for relocations
to unaligned data. */
#undef DWARF_DEBUGGING_INFO
#undef DWARF2_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#undef ASM_DEBUG_SPEC
|