Searched refs:with_target_bits (Results 1 - 1 of 1) sorted by relevance

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1127 with_target_bits
4855 # and $with_target_bits to have been setup!
16058 if test "${with_target_bits+set}" = set; then :
16059 withval=$with_target_bits;
16075 if test "x$with_target_bits" != x; then
16080 if test "x$with_target_bits" = x32 && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
16091 elif test "x$with_target_bits" = x64 && test "x$OPENJDK_TARGET_CPU_BITS" = x32; then
16093 elif test "x$with_target_bits" = "x$OPENJDK_TARGET_CPU_BITS"; then
16097 as_fn_error $? "--with-target-bits can only be 32 or 64, you specified $with_target_bits!" "$LINENO" 5
[all...]

Completed in 194 milliseconds