[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GHC armel build



2007/11/16, Paul Brook <paul@codesourcery.com>:
> > > (#if defined __arm__)
> > defined(__ARM_EABI__)
> __VFP_FP__

That does appear to be true even for EABI softfloat for some reason.
However when compiling for Maverick Crunch FPUs,
__VFP_FP__ is not defined and __MAVERICK__ is instead
(it also has regular little-endian IEEE layout).

Is there a better way to detect old FPA layout than __arm__ && !(this
| that | the other)
I can't see anything useful in the predefined preprocessor macros.

    M



Reply to: