On Wed, Dec 11, 2002 at 06:40:16AM +0100, Karsten Merker wrote: > On Tue, Dec 10, 2002 at 11:34:12PM +0100, Petter Reinholdtsen wrote: > > > > All currently supported mipsel targets use "msdos". > > > > OK. Which #ifdef should I use on these platforms. The output > > from 'echo | gcc -E -dM -' will give me a clue. > > #if ( #cpu(mips) && defined (MIPSEL) ) > > #endif Why not simply make this __MIPSEL__? -- Guido
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]