[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#594179: dpkg armhf patch acceptance status?



On Mon, 2011-02-21 at 07:32:19 +0100, Guillem Jover wrote:
> The gcc-4.4:i386 package seems to be compiled on Debian to target i586
> as the base instruction set, as can be seen in its debian/rules2:388,
> which implies changing the triplet would not affect this (barring the
> small change I'm attaching a patch for, untested), and thus the sync
> primitive and gomp would be fine (at least from my understanding of
> the gcc build system). And just to make this perfectly clear, I'm
> not proposing to downgrade the actual instruction set base line.

And then I forgot to attach the patch. Here it is.

thanks,
guillem
diff --git a/debian/rules2 b/debian/rules2
index 0d62cc6..51c668d 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -264,7 +264,7 @@ ifeq ($(with_objc)-$(with_objc_gc),yes-yes)
   CONFARGS += --enable-objc-gc
 endif
 
-ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), i486-linux-gnu i586-linux-gnu i686-linux-gnu))
+ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), i386-linux-gnu i486-linux-gnu i586-linux-gnu i686-linux-gnu))
     ifeq ($(biarch64),yes)
       CONFARGS += --enable-targets=all
     endif

Reply to: