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: More toplevel configure.ac pruning


On 03/25/2011 12:33 PM, Joseph S. Myers wrote:
This patch removes native_only, and removes code disabling various
components (not in gcc or src) on various hosts or targets, on the basis
you give that if you put such a component in tree you want it to be built
(which I think applies even for any that are kept as build components).
OK to commit?

Yes.


Remark: disabling "newlib" (as opposed to target-newlib) for a host seems
odd, as does disabling "libffi".  So maybe the code disabling directories
for host can be simplified even more.

Yes, newlib and libffi should never be built as host modules anyway.


$ grep all-newlib ../../Makefile.in
$

Paolo


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