This is the mail archive of the gcc@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: -B${prefix} during bootstrap


On Sep 21, 2000, Phil Edwards <pedwards@disaster.jaj.com> wrote:

> Why is -B$prefix passed to the stage1 compiler when building the stage2
> compiler?  If $prefix isn't there yet (normal when bootstrapping, I would
> think), then what's the point?

The point is that sometimes it is there, and you actually need that to
get pre-installed headers.  This is essential for a GCC+glibc
bootstrap.

> When bootstrapping with a previous gcc installed in the same $prefix, I
> once ended up with a permanently buggy toolchain.

This is no longer the case.  The -B flags are now given in the right
order.

-- 
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]