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 libstdc++/35887] stl parallel includes installed for --disable-libgomp



------- Comment #5 from bkoz at gcc dot gnu dot org  2008-04-24 23:36 -------
Subject: Bug 35887

Author: bkoz
Date: Thu Apr 24 23:35:22 2008
New Revision: 134650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134650
Log:

2008-04-24  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/35887 
        * configure.ac: Add default argument to GLIBCXX_ENABLE_PARALLEL.
        * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Check for --disable-libgomp.
        * configure: Regenerate.
        * include/Makefile.am (parallel_headers): Make conditional on
        ENABLE_PARALLEL.
        * include/Makefile.in: Regenerate.


Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_3-branch/libstdc++-v3/configure
    branches/gcc-4_3-branch/libstdc++-v3/configure.ac
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.am
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.in


-- 


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


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