diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-22 06:11:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-22 07:03:59 -0700 |
commit | bec0b9f6f2e74c799e382bcf5154ecab6bd77c74 (patch) | |
tree | 6d943668fafe3790817516db44c3d917d559c0db /gold/ChangeLog | |
parent | 6faad766e7515fe1b7e57d9d2857a9b661a98481 (diff) | |
download | gdb-bec0b9f6f2e74c799e382bcf5154ecab6bd77c74.zip gdb-bec0b9f6f2e74c799e382bcf5154ecab6bd77c74.tar.gz gdb-bec0b9f6f2e74c799e382bcf5154ecab6bd77c74.tar.bz2 |
gold: Skip bootstrap-test/bootstrap-test-r for LTO build
Skip bootstrap-test and bootstrap-test-r for LTO build due to different
build IDs.
* Makefile.am (bootstrap-test): Skip for LTO build.
(bootstrap-test-r): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 6f1abcc..fccf734 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2020-10-22 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.am (bootstrap-test): Skip for LTO build. + (bootstrap-test-r): Likewise. + 2020-10-13 H.J. Lu <hongjiu.lu@intel.com> PR gold/23539 |