This is the mail archive of the gcc-bugs@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: bootstrap/3373




On Tue, 26 Jun 2001, Hans Werner Strube wrote:
> This is not the same as the case I reported. When building gcc (3.0), g++
> g77, libstdc++ etc., gcc has no difficulties to find GNU as and ld, which were
> installed previously in the gcc 2.95.3 tree and the pertinent directory is
> automatically placed in the -B options by configure. Merely the definition of
> GCJ in the libjava Makefile does not include the -B option pointing to GNU
> as and ld.

Although this behavior is at odds with the FAQ, I think there is a good 
point here... why is FLAGS_FOR_TARGET used for c/c++/chill but not gcj in
the toplevel configure.in?  Is this an oversight, or is
-B$(build_tooldir)/bin not really needed?

For reference, here's the original thread on -B$(build_tooldir)/bin:

http://gcc.gnu.org/ml/gcc-patches/1998-10/msg00435.html

Jeff


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