From 2b3df3acb72381eafb98cc812313b481ae116a3a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 28 Sep 2011 11:00:55 +0200 Subject: [PATCH 10/13] apply cross patches also for snapshot/linaro builds --- debian/rules.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- gcc-4.6.orig/debian/rules.patch +++ gcc-4.6/debian/rules.patch @@ -199,14 +199,10 @@ ifeq ($(DEB_TARGET_ARCH),ppc64) ifeq ($(distribution),Ubuntu) debian_patches += ibm-branch endif endif -ifeq ($(DEB_CROSS),yes) - debian_patches += cross-include cross-fixes -endif - #spu_patches = cell-branch #ifneq ($(GFDL_INVARIANT_FREE),yes) # spu_patches += cell-branch-doc #endif @@ -221,10 +217,14 @@ debian_patches += mips-triarch ifeq ($(PKGSOURCE),gcc-snapshot) spu_patches = debian_patches = endif +ifeq ($(DEB_CROSS),yes) + debian_patches += cross-include cross-fixes +endif + ifeq ($(DEB_TARGET_ARCH_OS),hurd) debian_patches += hurd-changes endif debian_patches += gcc-ice-hack gcc-ice-apport