diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-08 22:36:51 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-08 22:36:51 +0000 |
commit | a93e98326ebd03cc52f47d1d5d4a1e6b37536524 (patch) | |
tree | a77de50fab65df010cf9b254b0984429a0105147 /gcc/config.in | |
parent | d846f5abdd0b4bbd0ba3ee4edea96f06df110c59 (diff) | |
download | gcc-a93e98326ebd03cc52f47d1d5d4a1e6b37536524.tar.gz |
2009-11-08 H.J. Lu <hongjiu.lu@intel.com>
* collect2.c (main): Search PLUGIN_LD for plugin linker.
* configure.ac (--with-plugin-ld): New. Default to ld.
* configure: Regenerated.
* config.in: Likewise.
* exec-tool.in (ORIGINAL_PLUGIN_LD_FOR_TARGET): New.
(collect-ld): Use ORIGINAL_PLUGIN_LD_FOR_TARGET for -plugin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154020 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index a3e9069e129..fbc9fbb9288 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1550,6 +1550,12 @@ #endif +/* Specify plugin linker */ +#ifndef USED_FOR_TARGET +#undef PLUGIN_LD +#endif + + /* Define to PREFIX/include if cpp should also search that directory. */ #ifndef USED_FOR_TARGET #undef PREFIX_INCLUDE_DIR |