(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).

This commit is contained in:
rubidium
2007-06-17 20:36:14 +00:00
parent 003375d375
commit 6680a6a0e6
2 changed files with 37 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ char *getcwd(char *buf, size_t size);
/* Windows has always LITTLE_ENDIAN */
#if defined(WIN32) || defined(__OS2__) || defined(WIN64)
# define TTD_LITTLE_ENDIAN
#elif defined(TESTING)
#else
/* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */
# if defined(STRGEN)