@@ -350,7 +350,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
350
350
# JVM will run).
351
351
OPENJ9_PLATFORM_EXTRACT_VARS_FROM_CPU($host_cpu)
352
352
353
- ENABLE_MIXED_REFERENCES =false
353
+ OPENJ9_ENABLE_MIXED_REFERENCES =false
354
354
if test "x$with_mixedrefs" = x; then
355
355
if test "x$with_noncompressedrefs" = x ; then
356
356
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_${OPENJ9_CPU}_cmprssptrs"
@@ -360,7 +360,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
360
360
OPENJ9_LIBS_SUBDIR=default
361
361
fi
362
362
else
363
- ENABLE_MIXED_REFERENCES =true
363
+ OPENJ9_ENABLE_MIXED_REFERENCES =true
364
364
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_${OPENJ9_CPU}_mxdptrs"
365
365
OPENJ9_LIBS_SUBDIR=default
366
366
fi
@@ -370,7 +370,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
370
370
OPENJ9_PLATFORM_CODE=xa64
371
371
elif test "x$OPENJDK_BUILD_OS" = xwindows ; then
372
372
OPENJ9_PLATFORM_CODE=wa64
373
- if test "x$ENABLE_MIXED_REFERENCES " = xfalse ; then
373
+ if test "x$OPENJ9_ENABLE_MIXED_REFERENCES " = xfalse ; then
374
374
if test "x$OPENJ9_LIBS_SUBDIR" = xdefault ; then
375
375
OPENJ9_BUILDSPEC=win_x86-64
376
376
else
@@ -381,7 +381,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
381
381
fi
382
382
elif test "x$OPENJDK_BUILD_OS" = xmacosx ; then
383
383
OPENJ9_PLATFORM_CODE=oa64
384
- if test "x$ENABLE_MIXED_REFERENCES " = xfalse ; then
384
+ if test "x$OPENJ9_ENABLE_MIXED_REFERENCES " = xfalse ; then
385
385
if test "x$OPENJ9_LIBS_SUBDIR" = xdefault ; then
386
386
OPENJ9_BUILDSPEC=osx_x86-64
387
387
else
@@ -395,7 +395,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
395
395
fi
396
396
elif test "x$OPENJ9_CPU" = xppc-64_le ; then
397
397
OPENJ9_PLATFORM_CODE=xl64
398
- if test "x$ENABLE_MIXED_REFERENCES " = xfalse ; then
398
+ if test "x$OPENJ9_ENABLE_MIXED_REFERENCES " = xfalse ; then
399
399
if test "x$OPENJ9_LIBS_SUBDIR" != xdefault ; then
400
400
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_cmprssptrs_le"
401
401
fi
@@ -428,6 +428,7 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
428
428
AC_SUBST ( OPENJ9_PLATFORM_CODE )
429
429
AC_SUBST ( COMPILER_VERSION_STRING )
430
430
AC_SUBST ( OPENJ9_LIBS_SUBDIR )
431
+ AC_SUBST ( OPENJ9_ENABLE_MIXED_REFERENCES )
431
432
] )
432
433
433
434
AC_DEFUN ( [ OPENJ9_CHECK_NASM_VERSION] ,
0 commit comments