Lluís writes: > Not sure this is the right place, so please redirect me if there exists > someplace more appropriate.
> I'm building a cross-toolchain for hurd following [1], and here's a few bugs > I've found along the way: > * Using the tarball from [2], I had to remove an option from GCC's > configure line. The error is also discussed in [3], and followed the advice > on > its first response: > diff --git a/cross-gnu b/cross-gnu > index 5dc161e..8d6edd5 100755 > --- a/cross-gnu > +++ b/cross-gnu > @@ -119,7 +119,6 @@ if "$TARGET"-gcc --version > /dev/null 2>&1; then :; else > # deactivated, as there is no fenv.h yet (glibc), and there is no > autoconf > # test for its presence. > "$GCC_SRC"/configure \ > - --enable-build-with-cxx \ > --target="$TARGET" \ > --prefix="$ROOT" \ > --with-sysroot="$SYS_ROOT" \ Ping, this point contains what could possibly be a patch for cross-gnu (cc'ed Thomas, who developed the script). The last point is still failing. Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth
