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 bootstrap/50777] [4.7 regression] bootstrap fails on Solaris 10


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

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-10-19 16:02:35 UTC ---
Author: ro
Date: Wed Oct 19 16:02:30 2011
New Revision: 180195

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180195
Log:
Properly test for madvise on Solaris 10 (PR bootstrap/50777)

    PR bootstrap/50777
    * configure.ac: Save and restore CXXFLAGS around
    gcc_AC_CHECK_DECLS uses.
    Check for madvise() declaration with g++ if --enable-build-with-cxx.
    * configure: Regenerate.
    * config.in: Regenerate.
    * ggc-page.c (USING_MADVISE): Also check HAVE_DECL_MADVISE.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.in
    trunk/gcc/configure   (contents, props changed)
    trunk/gcc/configure.ac
    trunk/gcc/ggc-page.c


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