This is the mail archive of the gcc-patches@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]

Re: [PATCH] Autogen-erated dependencies for the toplevel


Actually, build-libiberty should really be built all the time, rather than the current hackery of having it be built only if build!=host.

It would be very easy to enable all build modules when --enable-bootstrap. --enable-bootstrap is already causing higher bootstrap times (especially because stage2 compilation uses a libiberty and libcpp compiled at -O0).


I can prepare a patch.

On a related topic, what about satisfying Zack's request by having all-MODULE invoke not simply "$(MAKE)" but "$(MAKE) $(TARGET-MODULE)"?

That is, if one wants to build only cc1, he can do

make all-gcc TARGET-gcc=cc1

and all the dependencies will be satisfied automatically. It would be easier (and more stable over time) than

    make all-prebootstrap configure-gcc
    make -C gcc cc1

Paolo



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