On Thu, Dec 22, 2005 at 05:34:14PM +0100, Gunther Nikl wrote: > Hello! > > The new scheme to select target tools breaks building GCC for me. Maybe I > have an unusal setup. The problem in my case is that configure now chooses > tools from $prefix/bin. It did use tools from $prefix/$target/bin before. > On my setup I have *different* tools in those places. Until know the tools > from $prefix/$target/bin were selected and everything was fine. Now the > build process creates eg. gcc/as which uses as from $prefix/bin. That > assembler is *never* invoked when I running <target>-gcc. Thus I am > surprised that configure now prefers that version. Is the current > behaviour a bug?
>From your description I assume this is a native build ($target == $host). When did this change? Also, _why_ do you have different tools in those two places? It looks to me like this last changed around 2005-06-16 on HEAD, and we assume that the assembler installed in $prefix is the assembler you want the compiler to be using - it's the same assembler you'd get if you said "as", so why shouldn't we use it? -- Daniel Jacobowitz CodeSourcery, LLC