<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Omer Zak wrote:
<blockquote cite="mid:1265749647.5320.15.camel@c2.home.zak.co.il"
 type="cite">
  <pre wrap="">I suggested before to check the compiler and linker flags which are
actually used.

Now I decided to check how to actually make the checks.

According to man gcc:
-v (verbose mode) reports the final form of the include path.
--help -v reports extra information which can be helpful.

I found that for example:
gcc --help -v 2&gt;&amp;1 | less

when run under Linux (Debian Lenny), displays - among lots of other
information - the flags passed
to /usr/lib/gcc/i486-linux-gnu/4.3.2/collect2 (my gcc version is 4.3.2).

DISCLAIMER:
I did not check the above when invoked by makefiles with custom
compile-time flags.  Therefore, YMMV.
  </pre>
</blockquote>
Look, I really appreciate everyone trying to help, but it gets a bit
frustrating to repeat.<br>
<br>
The files that are different are different after I manually (so any
question about compiler flags created by the make system are
irrelevant) feeding the two compiler an identical output produced by
gcc -E (so any question about file system paths is irrelevant).<br>
<br>
Again, thank you for trying to help, but lets try to move forward.<br>
<br>
Shachar<br>
<blockquote cite="mid:1265749647.5320.15.camel@c2.home.zak.co.il"
 type="cite">
  <pre wrap="">
                                                   --- Omer

On Tue, 2010-02-09 at 22:08 +0200, Shachar Shemesh wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Oleg Goldshmidt wrote: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">
2010/2/9 Shachar Shemesh <a class="moz-txt-link-rfc2396E" href="mailto:shachar@shemesh.biz">&lt;shachar@shemesh.biz&gt;</a>
        
        The newlib libraries built are compared, and are identical
        down to the last assembly instruction. The client libraries
        are compared. Some are identical, some are not.
        

Just to dot all the i's and cross all the t's: are the
cross-binutils identical? 

      </pre>
    </blockquote>
    <pre wrap="">As listed in the table that started the thread, they are compiled as
part of the compiler bring up. In other words, yes.

Shachar
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>