aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-05-07 19:59:56 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-05-07 19:59:56 +0000
commit36d2188379e7656ffc1d3a3dcfe0775eec4b48fc (patch)
tree46390bedbc644f144a8aba7a1be73126e13b9327 /gcc/collect2.c
parentb48e22b2bd028164829281f676a1e39ede8c3910 (diff)
downloadgcc-36d2188379e7656ffc1d3a3dcfe0775eec4b48fc.zip
gcc-36d2188379e7656ffc1d3a3dcfe0775eec4b48fc.tar.gz
gcc-36d2188379e7656ffc1d3a3dcfe0775eec4b48fc.tar.bz2
configure.ac (PLUGIN_LD): Rename into...
* configure.ac (PLUGIN_LD): Rename into... (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet. * config.in: Regenerate. * configure: Likewise. * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX. From-SVN: r187269
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index d0166a5..deed052 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -1024,7 +1024,7 @@ int
main (int argc, char **argv)
{
static const char *const ld_suffix = "ld";
- static const char *const plugin_ld_suffix = PLUGIN_LD;
+ static const char *const plugin_ld_suffix = PLUGIN_LD_SUFFIX;
static const char *const real_ld_suffix = "real-ld";
static const char *const collect_ld_suffix = "collect-ld";
static const char *const nm_suffix = "nm";