[Bug objc++/56604] New: Missing obj-c++.srcman target

pierre.labastie at neuf dot fr gcc-bugzilla@gcc.gnu.org
Tue Mar 12 17:08:00 GMT 2013


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

             Bug #: 56604
           Summary: Missing obj-c++.srcman target
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: objc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pierre.labastie@neuf.fr


According to the doc, there should be a obj-c++.srcman target in
gcc/objcp/Make-lang.in, which is not presently true, and makes
bootstrapping with --enable-languages=...,obj-c++,..
--enable-generated-files-in-srcdir
fail with:
make[3]: *** No rule to make target `obj-c++.srcman', needed by `lang.srcman'.
Correction is easy, just add a line:
obj-c++.srcman:
to gcc/objcp/Make-lang.in



More information about the Gcc-bugs mailing list