Build inconsistency between jdk8 and lambda
Henri Gomez
henri.gomez at gmail.com
Wed Sep 26 07:10:31 PDT 2012
Hi,
When using new build system on Linux for jdk8, configure select
linux-x86-normal-server-release and linux-x86_64-normal-server-release
as build folders for 32 and 64bits systems :
"Building OpenJDK for target 'images' in configuration
'linux-x86_64-normal-server-release'"
"Building OpenJDK for target 'images' in configuration
'linux-x86-normal-server-release'"
For Lambda, it select linux-ia32-normal-server-release and
linux-x64-normal-server-release ;(
"Building OpenJDK for target 'images' in configuration
'linux-x64-normal-server-release'"
"Building OpenJDK for target 'images' in configuration
'linux-ia32-normal-server-release"
Questions :
- Is it an expected behaviour ?
- Did there is a way to get this value from configure ?
Cheers
More information about the build-infra-dev
mailing list