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
* 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?
* 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
* 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]
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
5 matches
Mail list logo