diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 20:29:13 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 20:29:13 +0000 |
commit | 9c948bc2112d7a8c9ea95f0857fe4113b82a8845 (patch) | |
tree | e6dfd33f5e444278cf6eff5e3e80fc6d94ba1a92 /gcc/config.in | |
parent | afeee12248ce5140c94b318cf4638a3dca7026b1 (diff) | |
download | gcc-9c948bc2112d7a8c9ea95f0857fe4113b82a8845.tar.gz |
2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
* collect2.c (dump_file): Don't call cplus_demangle if
HAVE_LD_DEMANGLE is defined.
(main): Pass "--demangle" to ld if no_demangle is not 0 and
HAVE_LD_DEMANGLE is defined. Don't set current_demangling_style
if HAVE_LD_DEMANGLE is defined.
* configure.ac (--with-demangler-in-ld): Added
(HAVE_LD_DEMANGLE): Define if ld supports --demangle when
--with-demangler-in-ld is used.
* config.in: Regenerated.
* configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84227 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 39d9e535f99..ab3a6708329 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -341,6 +341,9 @@ /* Define if your linker supports --as-needed and --no-as-needed options. */ #undef HAVE_LD_AS_NEEDED +/* Define if your linker supports --demangle option. */ +#undef HAVE_LD_DEMANGLE + /* Define if your linker supports --eh-frame-hdr option. */ #undef HAVE_LD_EH_FRAME_HDR |