* 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 http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

