On 12/05/2010 05:19 PM, Yao Qi wrote: > -if {![istarget *-*-linux*] > - && ![istarget *-*-gnu*] > - && ![istarget *-*-elf*] > - && ![istarget *-*-openbsd*] > - && ![istarget arm-*-eabi*] > +if {![dwarf2_support] > && ![istarget powerpc-*-eabi*]} { > return 0 > } Remove the send if clause missed in previous patch. -- Yao (齐尧)