* Joseph S. Myers wrote on Tue, Mar 29, 2011 at 10:55:41PM CEST: > --- configure.ac (revision 171675) > +++ configure.ac (working copy)
> @@ -565,9 +562,7 @@ > ;; > *-*-kaos*) > # Remove unsupported stuff on all kaOS configurations. > - skipdirs="target-libiberty ${libgcj} target-libstdc++-v3" > - skipdirs="$skipdirs target-libobjc" > - skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc > target-zlib" > + skipdirs="target-libiberty" This error existed before your patch, but it might be a good idea to fix it while at it: skipdirs should only be appended to here, not overridden. > noconfigdirs="$noconfigdirs target-libgloss" > ;; > *-*-netbsd*) Other than that, I don't see issues with the patch; but again, I'm not really qualified to judge CPU portability issues. Thanks, Ralf