Bug#358957: Please support mips/mipsel

2006-03-25 Thread Thiemo Seufer
On Sat, Mar 25, 2006 at 01:59:54PM +, Martin Michlmayr wrote: > Package: liblinux-inotify2-perl > Version: 1.01-1 > Severity: important > Tags: patch > > Your package doesn't support mips and mipsel. A patch is below. > > Thiemo: is __mips__ okay in this case or how can I check for O32? __m

Bug#358957: Please support mips/mipsel

2006-03-25 Thread Martin Michlmayr
* Thiemo Seufer <[EMAIL PROTECTED]> [2006-03-25 23:32]: > > Thiemo: is __mips__ okay in this case or how can I check for O32? > > __mips__ is generically any mips machine, use > > #if (_MIPS_SIM == _ABIO32) yeah, that's what I did later... just without the brackets. They're not needed, right?

Bug#358957: Please support mips/mipsel

2006-03-25 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-03-25 13:59]: > Thiemo: is __mips__ okay in this case or how can I check for O32? Right, I figured out how to support all 3 ABIs on MIPS: --- inotify-syscalls.h~ 2006-03-25 13:41:40.0 + +++ inotify-syscalls.h 2006-03-25 14:40:27.0

Bug#358957: Please support mips/mipsel

2006-03-25 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-03-25 14:51]: > +#if _MIPS_SIM == _NABI32 This should be _ABIN32 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#358957: Please support mips/mipsel

2006-03-25 Thread Martin Michlmayr
Package: liblinux-inotify2-perl Version: 1.01-1 Severity: important Tags: patch Your package doesn't support mips and mipsel. A patch is below. Thiemo: is __mips__ okay in this case or how can I check for O32? With it applied I get: (sid)369:[EMAIL PROTECTED]: ..iblinux-inotify2-perl-1.01] ma