Skip to content

Commit 780d01c

Browse files
authored
Merge pull request #549 from keithc-ca/xr32
Remove unsupported 32-bit arm target
2 parents b93a5c9 + 6839251 commit 780d01c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

closed/autoconf/custom-hook.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,6 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
537537
OPENJ9_PLATFORM_CODE=xz64
538538
elif test "x$OPENJ9_CPU" = xppc-64 ; then
539539
OPENJ9_PLATFORM_CODE=ap64
540-
elif test "x$OPENJ9_CPU" = xarm ; then
541-
OPENJ9_PLATFORM_CODE=xr32
542-
OPENJ9_BUILD_OS=linux
543-
OPENJ9_BUILD_MODE_ARCH=arm_linaro
544-
OPENJ9_LIBS_SUBDIR=default
545540
elif test "x$OPENJ9_CPU" = xaarch64 ; then
546541
if test "x$OPENJDK_BUILD_OS" = xlinux ; then
547542
OPENJ9_PLATFORM_CODE=xr64

0 commit comments

Comments
 (0)