2011/11/7 Rainer Orth: > Christian Joensson writes: > >> xgcc: error: unrecognized command line option ‘-pthread’ > [...] >> Note the --enable-threads=posix. >> >> Backing off to revision 180766 does not yield this problem, while >> 180767 has the problem. > > I erroneously moved the use of i386/t-mingw-pthread to the cygwin case. > The following patch should correct this. Could you give it a try? > > Thanks. > Rainer > > > 2011-11-07 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > libgcc: > * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ... > (i[34567]86-*-mingw*): ... here. > (x86_64-*-mingw*): ... here.
yup, seems to do the trick, n.b., this is on cygwin, not mingw32/mingw64. -- Cheers, /ChJ