On Mon, 2005-01-24 at 12:04 -0500, Branden Robinson wrote: > After discussing this with Keith Packard on IRC, I'm going to apply this > patch with a guard on it: > > #if defined(__GNUC__) && defined(__arm__) > > Everyone seems to find the patch esthetically abhorrent, but it also > appears to be necessary and unavoidable for ARM users. > > If someone in the ARM community would task themselves with filing a bug > when the ARM EABI happens, and let me (well, the Debian X Strike Force > generally) know how I can test for it using the preprocessor, I would > appreciate it.
I think that: #if defined(__GNUC__) && defined(__arm__) && !defined(__ARM_EABI__) will do what you need both now and in the future. p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]