diff options
author | Nick Clifton <nickc@redhat.com> | 2016-02-18 10:10:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-02-18 10:10:36 +0000 |
commit | 06ea285dcbfb67189e46bee7f4f7c9b4140fc681 (patch) | |
tree | 5a9c1df22af6f65bfdd0a5520243ad83a8d983fd /ld/ChangeLog | |
parent | 9136aa49abcb3f23171e01ebd16ee03cc1032943 (diff) | |
download | gdb-06ea285dcbfb67189e46bee7f4f7c9b4140fc681.zip gdb-06ea285dcbfb67189e46bee7f4f7c9b4140fc681.tar.gz gdb-06ea285dcbfb67189e46bee7f4f7c9b4140fc681.tar.bz2 |
Fix computation of CXX_FOR_TARGET so that it can detect an in-tree xg++ executable.
* Makefile.am (CXX_FOR_TARGET): Check for the presence of an
in-tree xg++ executable after checking for the presence of an
in-tree g++ executable.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index dbaf837..badac37 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2016-02-18 Nick Clifton <nickc@redhat.com> + + * Makefile.am (CXX_FOR_TARGET): Check for the presence of an + in-tree xg++ executable after checking for the presence of an + in-tree g++ executable. + * Makefile.in: Regenerate. + 2016-02-17 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated. |