diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2006-06-21 16:35:27 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2006-06-21 16:35:27 +0000 |
commit | 890404315b63f2d7ac93ac42a0a9da4a2b90a27e (patch) | |
tree | 1207e8d24c96fe13484c89793d936f45b8d8e690 /libmudflap/Makefile.am | |
parent | 86cede157a8875c5f6f1bb395c4213675c6c8cbe (diff) | |
download | gcc-890404315b63f2d7ac93ac42a0a9da4a2b90a27e.zip gcc-890404315b63f2d7ac93ac42a0a9da4a2b90a27e.tar.gz gcc-890404315b63f2d7ac93ac42a0a9da4a2b90a27e.tar.bz2 |
re PR tree-optimization/21274 (SSA Crash, reproducable)
2006-06-21 Frank Ch. Eigler <fche@redhat.com>
PR 21274
mf-runtime.h installation based on ssp patch for PR 26473 from
Mark Mitchell <mark@codesourcery.com>.
* configure.ac (ACX_NONCANONICAL_TARGET): Use it.
* Makefile.am (target_noncanonical): Define.
(libsubincludedir): New variable.
(nobase_libsubinclude_HEADERS): Add mf-runtime.h.
(include_HEADERS): Remove.
* configure, aclocal.m4, config.h.in: Regenerated.
* Makefile.in, testsuite/Makefile.in: Likewise.
* mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT
and _THREAD_SAFE redefinition values.
From-SVN: r114855
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r-- | libmudflap/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 5db9524..8575da2 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -22,7 +22,9 @@ libmudflapth = endif toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth) -include_HEADERS = mf-runtime.h +target_noncanonical = @target_noncanonical@ +libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include +nobase_libsubinclude_HEADERS = mf-runtime.h libmudflap_la_SOURCES = \ |