Uname now reports i786 cpu for a Pentium IV. (at least the current CVS version for djgpp, I don't know for other target). This makes the patterns i[3456]86-*-.... obsolete so I replaced them by i[34567]-*-.... in the following patch. I alreday found this i[34567]86 pattern in src/bfd/configure file. Is configure generated by configure.in? If yes, how is this done? A lot of other dirs (including the master src dir) need the same modifications.... 2001-12-06 Pierre Muller * configure: Replace i[3456]86 patterns by i[34567]86 patterns to support Pentium IV processor reported as i786 cpu. * configure.in: Idem. * configure.host: Idem. * configure.tgt: Idem.