Summary: | configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX | ||
---|---|---|---|
Product: | gcc | Reporter: | PaX Team <pageexec> |
Component: | lto | Assignee: | Eric Botcazou <ebotcazou> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | ebotcazou, jeffreyalaw |
Priority: | P3 | ||
Version: | 4.9.3 | ||
Target Milestone: | 4.9.4 | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: | 2015-11-18 00:00:00 |
Description
PaX Team
2014-05-26 00:57:18 UTC
$target_alias needs to be stripped from the executable name though. I guess it's just a matter of writing the proper regex for sed, but no plan to work on it in the foreseeable future as far as I'm concerned. do you have a few examples of expected input/output path pairs perhaps? Let's just revert part of the change then, no big deal. Author: ebotcazou Date: Thu Nov 19 13:31:33 2015 New Revision: 230603 URL: https://gcc.gnu.org/viewcvs?rev=230603&root=gcc&view=rev Log: PR lto/61313 * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified by the user. * configure: Regenerate. Modified: trunk/gcc/ChangeLog trunk/gcc/configure trunk/gcc/configure.ac Author: ebotcazou Date: Thu Nov 19 13:32:10 2015 New Revision: 230604 URL: https://gcc.gnu.org/viewcvs?rev=230604&root=gcc&view=rev Log: PR lto/61313 * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified by the user. * configure: Regenerate. Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/configure branches/gcc-5-branch/gcc/configure.ac Author: ebotcazou Date: Thu Nov 19 13:32:54 2015 New Revision: 230605 URL: https://gcc.gnu.org/viewcvs?rev=230605&root=gcc&view=rev Log: PR lto/61313 * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified by the user. * configure: Regenerate. Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/configure branches/gcc-4_9-branch/gcc/configure.ac Fixed everywhere. |