Add support for --enable-target to control which template

specializations we generate.
This commit is contained in:
Ian Lance Taylor
2007-09-04 20:00:53 +00:00
parent 64707334c7
commit 193a53d920
10 changed files with 463 additions and 50 deletions

View File

@ -37,6 +37,18 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to support 32-bit big-endian targets */
#undef HAVE_TARGET_32_BIG
/* Define to support 32-bit little-endian targets */
#undef HAVE_TARGET_32_LITTLE
/* Define to support 64-bit big-endian targets */
#undef HAVE_TARGET_64_BIG
/* Define to support 64-bit little-endian targets */
#undef HAVE_TARGET_64_LITTLE
/* Define to 1 if you have the <tr1/unordered_map> header file. */
#undef HAVE_TR1_UNORDERED_MAP