>>> This part: >>> >>> >>>> +DEPRECATED_TM_FILE= tm-nbsd.h >>> >>> >>> is no longer acceptable. >> >> >> >> Do you have an alternate suggestion? >> >> It seems pretty strange to me to forbid new OS ports of MIPS targets >> just because every single MIPS target including the core MIPS support >> still uses DEPRECATED_TM_FILE. > > > I'm lost, what has this to do with the MIPS? When adding any new native > or target, DEPRECATED_TM_FILE is not acceptable. The situtation we have here is identical to that we encountered when we first made it a requirement that not just new architectures, but also extensions to exsting architectures, had to be multi-arch. We set the standard and then helped developers exceed it. Our only mistake was to "blink" when it came to the solib problem. We've been "blinking" for too many years now. I've committed the attached, Andrew