This is for HEAD. It only affects x86-64 and will introduce no image size increase. It fixes some build busters on that platform.
Index: math64.h =================================================================== RCS file: /cvsroot/audio/fixptutil/pub/math64.h,v retrieving revision 1.25 diff -u -w -r1.25 math64.h --- math64.h 13 Sep 2004 22:01:44 -0000 1.25 +++ math64.h 20 Jan 2005 21:09:54 -0000 @@ -124,7 +124,7 @@ // GCC / i386 /////////////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUC__) && defined(__i386__) && !defined(_NO_GNU_AS) +#if defined(__GNUC__) && (defined(__i386__) || defined(__amd64__)) && !defined(_NO_GNU_AS) #define HAVE_PLATFORM_MACROS -- Nicholas Hart [EMAIL PROTECTED] Technical Lead, Helix Player https://player.helixcommunity.org http://www.real.com _______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
