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

Re: help .. bad email address in my reports


On Aug  3, 2001, Joel Sherrill <joel@OARcorp.com> wrote:

> I have tried overriding CONFIG_LANGUAGES to build the languages
> individually with C first.  This seems to work kind of OK but
> configuring with C++ enabled apparently enables libstdc++-v3 in such
> a way that a command line override of CONFIG_LANGUAGES does not take
> it out of the build.

Right.  When you override CONFIG_LANGUAGES, it only affects the build
in the gcc subdirectory.  Target libraries are built just the same.
You'd have to modify TARGET_CONFIGDIRS to affect the building of
target libraries, and possibly to remove target directories already
configured that should be left out now.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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