diff -u openjdk-6-6b24-1.11.3/debian/changelog openjdk-6-6b24-1.11.3/debian/changelog --- openjdk-6-6b24-1.11.3/debian/changelog +++ openjdk-6-6b24-1.11.3/debian/changelog @@ -1,3 +1,10 @@ +openjdk-6 (6b24-1.11.3-2+rpi1) wheezy; urgency=low + + * Alter arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S for armv6 + * Disable building of jamvm package as it comes out armv7 dirty + + -- Peter Michael Green Wed, 09 May 2012 21:18:06 +0000 + openjdk-6 (6b24-1.11.3-2) unstable; urgency=medium * Disable running the jdk tests on sparc (hangs). Nobody really cares diff -u openjdk-6-6b24-1.11.3/debian/control openjdk-6-6b24-1.11.3/debian/control --- openjdk-6-6b24-1.11.3/debian/control +++ openjdk-6-6b24-1.11.3/debian/control @@ -153,7 +153,7 @@ The VM is started with the option `-cacao'. See the README.Debian for details. Package: icedtea-6-jre-jamvm -Architecture: amd64 armel armhf i386 lpia mips mipsel powerpc +Architecture: amd64 armel i386 lpia mips mipsel powerpc Multi-Arch: same Priority: extra Pre-Depends: ${dpkg:Depends} diff -u openjdk-6-6b24-1.11.3/debian/rules openjdk-6-6b24-1.11.3/debian/rules --- openjdk-6-6b24-1.11.3/debian/rules +++ openjdk-6-6b24-1.11.3/debian/rules @@ -131,7 +131,7 @@ cacao_archs = alpha amd64 armel armhf i386 lpia powerpc m68k mips mipsel s390 endif ifeq (,$(filter $(distrel),squeeze lenny maverick lucid karmic hardy dapper)) - jamvm_archs = amd64 armel armhf i386 lpia mips mipsel powerpc + jamvm_archs = amd64 armel i386 lpia mips mipsel powerpc endif #ifeq (,$(filter $(distrel),wheezy sid squeeze lenny maverick natty maverick lucid karmic hardy dapper)) # jamvm_defaults = armel armhf only in patch2: unchanged: --- openjdk-6-6b24-1.11.3.orig/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S +++ openjdk-6-6b24-1.11.3/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S @@ -583,13 +583,13 @@ .arch armv4 #else - .arch armv7-a + .arch armv6 #endif #ifdef HW_FP #ifdef __ARM_PCS_VFP - .fpu vfpv3-d16 + .fpu vfpv2 .eabi_attribute Tag_ABI_HardFP_use, 3 .eabi_attribute Tag_ABI_VFP_args, 1 #else // __ARM_PCS_VFP @@ -5046,7 +5046,7 @@ SUB_DISPATCH_TABLES - .arch armv7-a + .arch armv6 ALIGN_CODE .global Thumb2_stubs