testing consistency

Jeffrey A Law law@cygnus.com
Sun Sep 14 12:19:00 GMT 1997


  In message < Pine.BSF.3.96.970914140454.8969D-100000@vespucci.advicom.net >you write:
  > > >The first step in this process is to get everyone to bootstrap in the
  > > >same manner.  Is anyone else using the rough toplevel "bootstrap"
  > > >target I posted last week?  Comments and improvements are definitely
  > > >welcome!
  > 
  > What would be the best thing to do for the embedded cross targets?
I'm tempted to create a make target which does something like this:

  Build random things that gcc needs for rebuilding files
   (texinfo, bison/yacc and the like).

  Build various target tools (gas, ld, etc)

  Build gcc using LANGUAGES="c c++"

  Build target libs with LANGUAGES="c c++"


This may just mean adding the LANGUAGES= stuff to an existing
target.

This avoids the g77 & objc stuff until we move the objc & g77
runtime into their own toplevel directories.

I'm happy ot do stuff based on your direction/feedback -- that's just
my general idea.

jeff





More information about the Gcc mailing list