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: [toplevel PATCH 6/7] Allow `make cc1plus' inside stage1 gcc


On Jan 28, 2006, Paolo Bonzini <paolo.bonzini@lu.unisi.ch> wrote:

> This patch to the GCC configury includes all the language Makefile fragments
> within the GCC Makefile, even for non-configured languages.  These fragments,
> of course, are disabled by default, as are the specs fragments.  This does
> not change the driver's behavior, for example, but is enough to do a
> `make cc1plus' in the stage1 build directory, as requested by Diego
> Novillo.

It is not entirely obvious to me that enabling the language-specific
tree codes and options unconditionally does not modify behavior, but I
suppose that's ok.

> 2006-01-28  Paolo Bonzini  <bonzini@gnu.org>

> 	* Makefile.in (CONFIG_LANGUAGES): Substitute all_selected_languages.
> 	* configure.ac: Substitute all_selected_languages with the languages
> 	that were configured.  For all the other variables except
> 	lang_specs_files, include all the languages in the tree.

Ok, thanks

:REVIEWMAIL:

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Secretary for FSF Latin America        http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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