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
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
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
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
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