Bug#710374: Add mips64(el) support and fix abi check in multiarch.h.in

2013-06-13 Thread YunQiang Su
On Thu, Jun 13, 2013 at 4:50 AM, Matthias Klose wrote: > Am 30.05.2013 12:48, schrieb YunQiang Su: >> In this patch, I add mips64(el) and mipsn32(el) support(ie, disable check). > > Please could you attach test results from a local build to this report? > This is the buildlog from sbuild. And I a

Bug#710374: Add mips64(el) support and fix abi check in multiarch.h.in

2013-06-12 Thread Matthias Klose
Am 30.05.2013 12:48, schrieb YunQiang Su: > In this patch, I add mips64(el) and mipsn32(el) support(ie, disable check). Please could you attach test results from a local build to this report? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#710374: Add mips64(el) support and fix abi check in multiarch.h.in

2013-05-30 Thread YunQiang Su
Package: python3.3 On mips platform, _ABIO32, _ABIN32, and _ABI64 are always defined, so we cannot determine the ABI by these marcos. The correct way is to detect the value of _MIPS_SIM In this patch, I add mips64(el) and mipsn32(el) support(ie, disable check). -- YunQiang Su mips64.diff Desc