We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748c5ce commit 8ee4b53Copy full SHA for 8ee4b53
make/autoconf/platform.m4
@@ -493,9 +493,8 @@ AC_DEFUN([PLATFORM_SETUP_LEGACY_VARS_HELPER],
493
494
# Setup OPENJDK_$1_CPU_OSARCH, which is used to set the os.arch Java system property
495
OPENJDK_$1_CPU_OSARCH="$OPENJDK_$1_CPU"
496
- if test "x$OPENJDK_$1_OS" = xbsd -o "x$OPENJDK_$1_OS" = xlinux \
497
- && test "x$OPENJDK_$1_CPU" = xx86; then
498
- # On linux and BSD only, we replace x86 with i386.
+ if test "x$OPENJDK_$1_OS" = xlinux && test "x$OPENJDK_$1_CPU" = xx86; then
+ # On linux only, we replace x86 with i386.
499
OPENJDK_$1_CPU_OSARCH="i386"
500
elif test "x$OPENJDK_$1_OS" != xmacosx && test "x$OPENJDK_$1_CPU" = xx86_64; then
501
# On all platforms except macosx, we replace x86_64 with amd64.
0 commit comments