On Wed, Jun 18, 2008 at 12:40 AM, Jay <[EMAIL PROTECTED]> wrote:
> Ah, I didn't realize any C or C++ code could be configured for other than a
> specific processor but I guess that makes sense -- it is Makefile, config.h,
> and such that are being modified, not the .o files, and they might be the
> same across many configurations, like if the compiler command lines and
> #defines can be the same, like if there is no need to know the size of a
> pointer or the endianness, etc.. I guess more code should work this way if
> possible. Thanks Andrew.

Well gmp/mpfr are special in that they try to do the same thing as
-mcpu=native with their configure script and they have some assembly
files.

Thanks,
Andrew Pinski

Reply via email to