diff options
author | Nick Clifton <nickc@redhat.com> | 2016-09-06 17:35:35 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-09-06 17:35:35 +0100 |
commit | 22d6c51be8de9a091d89c0e11e6e140f333ade62 (patch) | |
tree | 4446d26c5d5432641dd9aa5218bd8601a505ffbc /ld/ChangeLog | |
parent | 00d5215ecec4fa0a78dcc37fec9425593753eb66 (diff) | |
download | gdb-22d6c51be8de9a091d89c0e11e6e140f333ade62.zip gdb-22d6c51be8de9a091d89c0e11e6e140f333ade62.tar.gz gdb-22d6c51be8de9a091d89c0e11e6e140f333ade62.tar.bz2 |
Do not pass host compiler sanitization flags on to linker testsuite.
* Makefile.am (CFLAGS_FOR_TARGET): Define as a copy of CFLAGS but
without any sanitization options.
(CXXFLAGS_FOR_TARGET): Define as a copy of CXXFLAGS but without
any sanitization options.
(check-DEJAGNU): Pass CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET
as CFLAGS and CXXFLAGS respectively.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a13c8d1..85d7820 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2016-09-06 Nick Clifton <nickc@redhat.com> + + * Makefile.am (CFLAGS_FOR_TARGET): Define as a copy of CFLAGS but + without any sanitization options. + (CXXFLAGS_FOR_TARGET): Define as a copy of CXXFLAGS but without + any sanitization options. + (check-DEJAGNU): Pass CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET + as CFLAGS and CXXFLAGS respectively. + 2016-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> PR ld/20545 |