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++/42813] --enable-build-with-cxx libstdc++-v3 is incomplete



------- Comment #5 from amylaar at gcc dot gnu dot org  2010-01-22 13:35 -------
Subject: Bug 42813

Author: amylaar
Date: Fri Jan 22 13:35:38 2010
New Revision: 156172

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156172
Log:
        PR libstdc++/36101, PR libstdc++/42813
[toplevel]:
        * configure.ac (target_configdirs): Substitute.
        * Makefile.def: Bootstrap target module libgomp.
        Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
        * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
        (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
        * configure, Makefile.in: Regenerate.
libstdc++-v3:
        * acinclude.m4: (enable_parallel): Test ${TARGET_CONFIGDIRS} instead of
        loking for omp.h .
        * configure: Regenerate.

Modified:
    trunk/ChangeLog
    trunk/Makefile.def
    trunk/Makefile.in
    trunk/Makefile.tpl
    trunk/configure
    trunk/configure.ac
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure


-- 


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


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