This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: Enable tree-browser with --enable-checking
On Fri, 2004-05-28 at 15:19, Bryce McKinlay wrote:
> * Makefile.in: Enable tree-browser for all builds.
> (OBJS-common): Add tree-browser.o.
> (BACKEND): Remove @TREEBROWSER@.
> * configure.ac: Remove TREEBROWSER definition.
>
Er, doesn't this just add tree-browser.o to libbackend.a? There are no
calls to tree-browser.o, so it must be linked explicitly into the back
end.
Diego.