autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issues w/ cross-compiling


From: Ralf Wildenhues
Subject: Re: Issues w/ cross-compiling
Date: Wed, 9 Jul 2008 07:19:15 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* Philip A. Prindeville wrote on Wed, Jul 09, 2008 at 01:36:24AM CEST:
> const unsigned size_int = sizeof(int);
>
> then groveling the output of the compiler in -S -pipe mode for 'size_int'?

-pipe is specific to GCC and imitators.  I don't know how portable -S
is, it isn't mentioned in any standard AFAIK, and its output is very
highly compiler- and architecture-specific.

I'm not sure why you keep suggesting alternatives when there are a
couple of promising ways to tackle the issue.  Is there something
about them that you don't like, or that you know won't work?

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]