I'm not crazy about the --with-dev-kit either. In the future I think we need to discuss when we want to add new --with-* options.
-kto On Nov 28, 2012, at 12:36 AM, Fredrik Öhrström wrote: > I am not really fond of --with-dev-kit, but now its there. However the > --sysroot > compiler lookup no longer works. Which causes the cross compiles started > using --with-builddeps-server to fail...... > > //Fredrik > > 2012/11/27 Erik Joelsson <erik.joels...@oracle.com>: >> This fix changes how configure looks for the compiler when --with-dev-kit or >> --with-sysroot is used. Instead of looking for each possible compiler name >> in all locations, it first looks for all compiler names in the dev-kit >> directory and only if that fails, falls back to the PATH variable. >> >> http://cr.openjdk.java.net/~erikj/8003945/webrev.root.01/ >> >> /Erik