diff -u gcc-4.7-4.7.3/debian/changelog gcc-4.7-4.7.3/debian/changelog --- gcc-4.7-4.7.3/debian/changelog +++ gcc-4.7-4.7.3/debian/changelog @@ -1,3 +1,10 @@ +gcc-4.7 (4.7.3-4+rpi1) jessie-staging; urgency=low + + * Set defaults for raspbian (ARMv6+VFP) + * Disable testsuite + + -- Peter Michael Green Sat, 19 Jan 2013 08:07:17 +0000 + gcc-4.7 (4.7.3-4) unstable; urgency=medium [ Matthias Klose ] diff -u gcc-4.7-4.7.3/debian/rules2 gcc-4.7-4.7.3/debian/rules2 --- gcc-4.7-4.7.3/debian/rules2 +++ gcc-4.7-4.7.3/debian/rules2 @@ -376,9 +376,9 @@ ifneq (,$(findstring gcj,$(PKGSOURCE))) with_arm_arch = armv6 else - with_arm_arch = armv7-a + with_arm_arch = armv6 endif - with_arm_fpu = vfpv3-d16 + with_arm_fpu = vfp else # armel ifeq ($(distribution),Debian) @@ -390,9 +390,9 @@ ifneq (,$(findstring gcj,$(PKGSOURCE))) with_arm_arch = armv6 else - with_arm_arch = armv7-a + with_arm_arch = armv6 endif - with_arm_fpu = vfpv3-d16 + with_arm_fpu = vfp else with_arm_arch = armv5t # starting with quantal endif @@ -403,7 +403,7 @@ endif CONFARGS += --with-float=$(float_abi) ifeq ($(with_arm_thumb),yes) - CONFARGS += --with-mode=thumb + # CONFARGS += --with-mode=thumb endif endif diff -u gcc-4.7-4.7.3/debian/rules.defs gcc-4.7-4.7.3/debian/rules.defs --- gcc-4.7-4.7.3/debian/rules.defs +++ gcc-4.7-4.7.3/debian/rules.defs @@ -1112,7 +1112,7 @@ # run testsuite --------------- with_check := yes # if you don't want to run the gcc testsuite, uncomment the next line -#with_check := disabled by hand +with_check := disabled by plugwash ifeq ($(with_base_only),yes) with_check := no endif