2013/3/8 Rainer Orth <r...@cebitec.uni-bielefeld.de>: > Hi Kai, > >> Index: builtins.exp >> =================================================================== >> --- builtins.exp (Revision 196543) >> +++ builtins.exp (Arbeitskopie) >> @@ -42,6 +42,7 @@ if [istarget "powerpc-*-darwin*"] { >> lappend additional_flags "-Wl,-multiply_defined,suppress" >> } >> if { [istarget *-*-eabi*] >> + || [istarget *-*-mingw*] >> || [istarget *-*-elf] } { > > please keep the list sorted. > > Thanks. > Rainer
Applied after adjusting. Thanks, Kai