X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=sim%2Fcr16%2Fconfig.in;h=3152bea46002de8b8b196b6df32ce3ba71069b1c;hb=9db36cf86d58f93def38a94ed05e1854beda3b20;hp=5ded70312e7f60ef73bdea691aa113fcac75584a;hpb=ae7d0cac8ce971f7108d270c1d3f8481919b1e86;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/cr16/config.in b/sim/cr16/config.in index 5ded70312e..3152bea460 100644 --- a/sim/cr16/config.in +++ b/sim/cr16/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 + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -70,9 +73,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WINDOWS_H -/* Define to 1 if you have the header file. */ -#undef HAVE_ZLIB_H - /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW @@ -135,6 +135,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