Find lto plugin when using gcc-5.0
authorAlan Modra <amodra@gmail.com>
Mon, 22 Sep 2014 08:44:27 +0000 (18:14 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 22 Sep 2014 09:34:48 +0000 (19:04 +0930)
commit4dea914eb19fe30278afad9133121634b3e04484
tree8e65d038dd612aeddf48186702f89bb2df7f5a29
parent28a0da39c6db871d66b945d3025f69d56e487aa9
Find lto plugin when using gcc-5.0

I originally had this as --print-prog-name and changed back to
--print-file-name to suit older gcc, neglecting to check whether
gcc-5.0 --print-file-name finds the lto plugin.  It doesn't.

* ld-plugin/lto.exp: Use both --print-file-name and --print-prog-name
when looking for lto plugin.
ld/testsuite/ChangeLog
ld/testsuite/ld-plugin/lto.exp
This page took 0.02446 seconds and 4 git commands to generate.