diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-23 11:24:58 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-23 11:25:15 -0700 |
commit | 72d813f35ed45070ac2ab732dc396ab44daa54d1 (patch) | |
tree | 5658a2c27235b7beb72e0440c78437069bad7f7d /ld/ChangeLog | |
parent | 7d72802bfc3fc52fe0f35854694941c9534e0bcb (diff) | |
download | gdb-72d813f35ed45070ac2ab732dc396ab44daa54d1.zip gdb-72d813f35ed45070ac2ab732dc396ab44daa54d1.tar.gz gdb-72d813f35ed45070ac2ab732dc396ab44daa54d1.tar.bz2 |
ld: Set plug_opt only if compiler is available
* testsuite/config/default.exp (plug_opt): Set only if compiler
is available.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 540ebae7..2392dc8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-10-23 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/config/default.exp (plug_opt): Set only if compiler + is available. + 2020-10-22 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-plugin/lto.exp (plug_opt): Moved to ... |