From 36d2188379e7656ffc1d3a3dcfe0775eec4b48fc Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 7 May 2012 19:59:56 +0000 Subject: 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 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/collect2.c') 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"; -- cgit v1.1