mirror of git://gcc.gnu.org/git/gcc.git
Conditionally include target specific files while building TSAN
2015-01-25 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
* configure.ac (TSAN_TARGET_DEPENDENT_OBJECTS): Define.
* configure: Regenerate.
* tsan/Makefile.am (EXTRA_libtsan_la_SOURCES): Define.
(libtsan_la_DEPENDENCIES): Likewise.
* Makefile.in: Regenerate.
* asan/Makefile.in: Regenerate.
* interception/Makefile.in: Regenerate.
* libbacktrace/Makefile.in: Regenerate.
* lsan/Makefile.in: Regenerate.
* sanitizer_common/Makefile.in: Regenerate.
* tsan/Makefile.in: Regenerate.
* ubsan/Makefile.in: Regenerate.
From-SVN: r220034
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.in | ||
| libtool-version | ||
| ubsan_diag.cc | ||
| ubsan_diag.h | ||
| ubsan_flags.cc | ||
| ubsan_flags.h | ||
| ubsan_handlers.cc | ||
| ubsan_handlers.h | ||
| ubsan_handlers_cxx.cc | ||
| ubsan_handlers_cxx.h | ||
| ubsan_init.cc | ||
| ubsan_init.h | ||
| ubsan_type_hash.cc | ||
| ubsan_type_hash.h | ||
| ubsan_value.cc | ||
| ubsan_value.h | ||