diff -u gdc-4.4-1.063-4.4.7/debian/rules2 gdc-4.4-1.063-4.4.7/debian/rules2 --- gdc-4.4-1.063-4.4.7/debian/rules2 +++ gdc-4.4-1.063-4.4.7/debian/rules2 @@ -315,9 +315,11 @@ ifneq (,$(findstring gcj,$(PKGSOURCE))) CONFARGS += --with-arch=armv6 else - CONFARGS += --with-arch=armv7-a + # RPI CONFARGS += --with-arch=armv7-a + CONFARGS += --with-arch=armv6 endif - CONFARGS += --with-float=$(float_abi) --with-fpu=vfpv3-d16 + # RPI CONFARGS += --with-float=$(float_abi) --with-fpu=vfpv3-d16 + CONFARGS += --with-float=$(float_abi) --with-fpu=vfp endif # This would be so much simpler if "or" were supported, we would just add # "or ifeq ($(DEB_TARGET_ARCH),armhf)" to the above @@ -327,16 +329,18 @@ ifneq (,$(findstring gcj,$(PKGSOURCE))) CONFARGS += --with-arch=armv6 else - CONFARGS += --with-arch=armv7-a + # RPI CONFARGS += --with-arch=armv7-a + CONFARGS += --with-arch=armv6 endif - CONFARGS += --with-float=$(float_abi) --with-fpu=vfpv3-d16 + # RPI CONFARGS += --with-float=$(float_abi) --with-fpu=vfpv3-d16 + CONFARGS += --with-float=$(float_abi) --with-fpu=vfp else # Debian armel CONFARGS += --with-arch=armv4t --with-float=$(float_abi) endif endif ifeq ($(with_arm_thumb),yes) - CONFARGS += --with-mode=thumb + # RPI CONFARGS += --with-mode=thumb endif endif diff -u gdc-4.4-1.063-4.4.7/debian/changelog gdc-4.4-1.063-4.4.7/debian/changelog --- gdc-4.4-1.063-4.4.7/debian/changelog +++ gdc-4.4-1.063-4.4.7/debian/changelog @@ -1,3 +1,10 @@ +gdc-4.4 (1.063-4.4.7-1+rpi1) unstable; urgency=low + + * Non-maintainer upload. + * Modified to build for armv6 for Raspberry Pi + + -- Mike Thompson Sat, 05 May 2012 17:37:45 -0700 + gdc-4.4 (1.063-4.4.7-1) unstable; urgency=low * GCC 4.4.7 release.