Akim Demaille writes:
> Does anybody sees a means to compute this at compile time? Using the
> same trick as we did for SIZEOF etc.
I doubt it's possible. All the traditional approaches to endianness tests
are "initialize variable, peek into variable". But variable
initializations don't exist a
Hi,
Here's the Autoconf patch for config.status builddir awareness,
and some minor textfile updates. The acgeneral.m4 part depends on
my previous patch having been applied and massaged so there are
no quotes around $f in the case/esac.
Lars J
ChangeLog Entry
2000-07-10 Lars J. Aas <[EMA
I just ran into an error when using the --host=XTRIPLE argument.
I am trying to cross compile with libtool, and it is really
broken to say the least. I tried to work around it by
setting CC to my cross compiler before running ./configure.
setenv CC i386-mingw32msvc-gcc
./configure --host=i386-mi