Some targets in `gcc/Makefile.in' built while `make bootstrap' specify `-B$(build_tooldir)/bin/'. All of this is done when nothing from gcc being built is installed in that directory yet. What is installed there, if any, generally has nothing to do with gcc at all. It may easily be files from older compiler version. Using them may do only harm.
In this gcc version this is exactly the same in all build configurations on and for all systems. Detailed system description is irrelevant, leaving it empty. Environment: System: Architecture: host: build: target: configured with: How-To-Repeat: make bootstrap ------- Comment #1 from gin at mo dot msk dot ru 2006-07-24 18:01 ------- Fix: If in some build configurations bootstrap compiler must use some external software and find it though additional `-B' option, need a cleaner way to specify list of such `-B' options for these configurations. And leave it empty by default. -- Summary: -B$(build_tooldir)/bin/ Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gin at mo dot msk dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28472