At Tue, 19 Jun 2007 07:08:38 -0700, Scott Buchanan wrote: > > for -arch ppc > #define __ppc__ 1 > #define __BIG_ENDIAN__ 1 > #define _BIG_ENDIAN 1 > > for -arch i386 > #define __i386 1 > #define i386 1 > #define __i386__ 1 > #define __LITTLE_ENDIAN__ 1
Thanks, I will use that to allow building of universal binaries in the next release. -- Brian Gough (GSL Maintainer) Network Theory Ltd, Commercial support for GSL --- http://www.network-theory.com/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
