>>>>> "Mike" == Mike Stump <mikest...@comcast.net> writes:
Mike> On May 16, 2014, at 11:48 AM, Tom Tromey <tro...@redhat.com> wrote: >> This patch adds the plugin to the gcc tree Mike> So, this code isn’t as portable as gcc (I can run a native gcc Mike> bootstrap on my binutils sim simulator for my target, and I’m a newlib Mike> target), so it needs autoconf to explain if enough features are Mike> present; sockets I think would be one of the many things that would Mike> kill my build for example. If you could enumerate the things you think are necessary to check, I can arrange for the plugin to not be built if those are not available. I added a check like this for socketpair to my tree. I also plan to deal with the lack of plugin functionality as Joseph pointed out. I suppose I will add a check for fork. How about pipe? select? Tom