Is this change breaking --with-sysroot or was it already broken?
/Erik
On 2012-11-28 09:36, 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