This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc++/56604] Missing obj-c++.srcman target
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 23 Jul 2017 20:46:03 +0000
- Subject: [Bug objc++/56604] Missing obj-c++.srcman target
- Auto-submitted: auto-generated
- References: <bug-56604-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-07-23
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Pierre Labastie from comment #0)
> 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
Confirming that gcc/objcp/Make-lang.in is still missing the
obj-c++.srcman:
line.