X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Frx%2Fconfig.in;h=6613874658212f2c9009456c98881b3068386818;hb=0cb8d8513cf44a102953ff5cf93e9dd399f42e9a;hp=236f6a4560a51c146bfb92aaf92234a721b6c13b;hpb=1ac72f0659d64d6a14da862242db0d841d2878d0;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/rx/config.in b/sim/rx/config.in index 236f6a4560..6613874658 100644 --- a/sim/rx/config.in +++ b/sim/rx/config.in @@ -1,5 +1,8 @@ /* config.in. Generated from configure.ac by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* --enable-cycle-accurate */ #undef CYCLE_ACCURATE @@ -141,6 +144,18 @@ #endif +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + /* Define to 1 if on MINIX. */ #undef _MINIX