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: trim libgcc dependancies


On Jul 27, 2006, at 9:39 AM, Mike Stump wrote:
libgcc by default is dependent upon all configured languages. I think this is wrong, as it cannot use languages other than C, as otherwise it would fail to build when only C was configured.

This patch trims the dependancy list for libgcc to not include LANUAGES. GCC_PASSES is sufficient for get a dependancy for xgcc and cc1 and slso avoids a phony target which is useful to prevent extra stmp-multilib rebuilding.

Ping?


Mark, normally I'd consider this obvious, would you like to weigh in if you think it is obvious?

http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01164.html


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