diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-29 13:33:42 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-11-29 13:33:42 -0800 |
commit | 9b870afa882d80b8b54d02ce4da6416728b6c372 (patch) | |
tree | e1bff49190c47068ddbb71f35f1cf9a615e9decb /config/ChangeLog | |
parent | 7b2d3abff95a996c7e6e7cb64d806e1b9ab47aec (diff) | |
download | gdb-9b870afa882d80b8b54d02ce4da6416728b6c372.zip gdb-9b870afa882d80b8b54d02ce4da6416728b6c372.tar.gz gdb-9b870afa882d80b8b54d02ce4da6416728b6c372.tar.bz2 |
Remove -lpthread -ldl and add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/
2013-11-29 Marek Polacek <polacek@redhat.com>
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl.
Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index b0297d5..7d00062 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2013-11-29 Marek Polacek <polacek@redhat.com> + + * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl. + Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/. + 2013-11-29 H.J. Lu <hongjiu.lu@intel.com> * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add |