This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/26473] [4.1/4.2 Regression] cross-building installs ssp headers to $(includedir)



------- Comment #10 from fche at gcc dot gnu dot org  2006-06-21 16:35 -------
Subject: Bug 26473

Author: fche
Date: Wed Jun 21 16:35:27 2006
New Revision: 114855

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114855
Log:
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.


Modified:
    trunk/libmudflap/ChangeLog
    trunk/libmudflap/Makefile.am
    trunk/libmudflap/Makefile.in
    trunk/libmudflap/aclocal.m4
    trunk/libmudflap/config.h.in
    trunk/libmudflap/configure
    trunk/libmudflap/configure.ac
    trunk/libmudflap/mf-runtime.h
    trunk/libmudflap/testsuite/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26473


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]