diff options
author | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:20:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:20:56 +0000 |
commit | d288e464ac39ad965115c86ba29c7dc07ed9f5d6 (patch) | |
tree | c890e318317b2541d34f07cd4ad81502e409ea9f /gold/config.in | |
parent | 54dc6425456514cdc00cdfef5a21a7bdacfcad2d (diff) | |
download | binutils-gdb-d288e464ac39ad965115c86ba29c7dc07ed9f5d6.tar.gz |
g++ 3.2.2 portability for grhat.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 8f1b30b700d..3a452ffd88b 100644 --- a/gold/config.in +++ b/gold/config.in @@ -13,6 +13,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Whether the C++ compiler can call a template member with no arguments */ +#undef HAVE_MEMBER_TEMPLATE_SPECIFICATIONS + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |