Re: RFR: JDK-8165946: buildjdk logic is incomplete when separate sysroots needed

2016-09-14 Thread Erik Joelsson
Hello, Looks ok for now. I think that for completeness, the --with-build-sysroot option should also override a sysroot set by the build-devkit, but it's not that important. /Erik On 2016-09-13 14:19, Gary Adams wrote: When the buildjdk logic was added to the jdk9 build system, it did not c

Re: RFR: JDK-8165946: buildjdk logic is incomplete when separate sysroots needed

2016-09-14 Thread gary.ad...@oracle.com
I'll add the extra check before pushing. if test "x$BUILD_SYSROOT" = x; then 796 BUILD_SYSROOT="$BUILD_DEVKIT_SYSROOT" fi Before there was a devkit option it was common to set sysroot and toolchain path separately. I don't know if the overlap precedence was ever specified. On