DWARF2_UNWIND should be undefined otherwise dwarf2out.c won't compile
because it is expecting another macro which vax gcc doesn't have or need.
This commit is contained in:
parent
048bef97f2
commit
cc0b4bda88
|
@ -23,4 +23,4 @@
|
||||||
|
|
||||||
/* Until they use ELF or something that handles dwarf2 unwinds
|
/* Until they use ELF or something that handles dwarf2 unwinds
|
||||||
and initialization stuff better. */
|
and initialization stuff better. */
|
||||||
#define DWARF2_UNWIND_INFO 0
|
#undef DWARF2_UNWIND_INFO
|
||||||
|
|
Loading…
Reference in New Issue