Who should top level configure changes be coordinated with?

2007-10-14 Thread Steve Kenton
oot during the build]), [case $withval in no|"");; yes)AC_MSG_ERROR([--with-build-sysroot= requires a value]);; *)SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval";; esac]) AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET) Steve Kenton

Is it ever possible to build libmudflap, libssp, or libgomp when inhibit_libc is set?

2007-10-05 Thread Steve Kenton
would be preferred?) It looks like just a couple of lines in configure to exclude them automatically if they can never build under that condition on any target. Steve Kenton

Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-30 Thread Steve Kenton
Interesting. I built it (along with 22 others) today and it worked using gcc 4.2.1 and binutils 2.18 on x86_64 to build a 4.2.1 criss cross-compiler on top of the inhibit_libc check for linux-unwind.h I posted yesterday. I need to rework that one a bit, but it got alpha, sparc, and several oth

Re: Why is building a cross compiler "out-of-the-box" always broken?

2007-08-19 Thread Steve Kenton
Thanks, I git cloned buildall and it sure looks simple (now that you have made it work) :-! Although, that combination of options was not exactly obvious at first glance. Time to re-read all the config --help stuff. I'll try it on my build system at work tomorrow and see what bites me next. I

Re: Why is building a cross compiler "out-of-the-box" always broken?

2007-08-19 Thread Steve Kenton
OK, let me recap as I understand the discussion up to now, realizing that this is the gcc list we can really only hope to fix things, if needed, by making changes to the gcc project. Other project will have other priorities. It sounds like the consensus is that bootstrapping a cross-compiler