On Feb 23, 2006, Daniel Jacobowitz wrote: > On Thu, Feb 23, 2006 at 05:18:11PM -0300, Alexandre Oliva wrote: >> On Feb 20, 2006, Daniel Jacobowitz wrote: >> >> > The testcase behaves on Solaris, where there's no prelink binary. I'm >> > a little worried about it being noisy where -shared doesn't work, >> > and with various non-GCC tools. Maybe move the gcc_compiled check >> > further up? >> >> Isn't gcc_compiled only set when you actually try to compile >> something? That was my impression when I tried the test earlier, >> before I submitted the first version of this patch. > Once upon a time get_compiler_info needed $binfile. Now the argument > is ignored, so you can move get_compiler_info up before the > compilation. Aha! Ok, this should work, then (tested on GNU/Linux/x86_64) Ok to install?