|
From: | Scott Buchanan |
Subject: | [Bug-gsl] Compiling 1.9 for different Endian target |
Date: | Fri, 15 Jun 2007 15:25:16 -0700 |
My workaround was to hand edit the config.h file and add the following (the first line was put there by .configure.
#define HAVE_DARWIN86_IEEE_INTERFACE 1 #ifdef __BIG_ENDIAN__ #undef HAVE_DARWIN86_IEEE_INTERFACE #define HAVE_DARWIN_IEEE_INTERFACE 1 #endifThis takes advantage of the gcc preprocessor __BIG_ENDIAN__ that's available.
Thanks. Scott Buchanan
[Prev in Thread] | Current Thread | [Next in Thread] |