--- old/make/linux/makefiles/defs.make 2015-02-18 18:53:32.835545292 -0500 +++ new/make/linux/makefiles/defs.make 2015-02-18 18:53:31.971496362 -0500 @@ -105,14 +105,6 @@ HS_ARCH = x86 endif -# ARM -ifeq ($(ARCH), arm) - ARCH_DATA_MODEL = 32 - PLATFORM = linux-arm - VM_PLATFORM = linux_arm - HS_ARCH = arm -endif - # PPC # Notice: after 8046471 ARCH will be 'ppc' for top-level ppc64 builds but # 'ppc64' for HotSpot-only ppc64 builds. Need to detect both variants here!