--- builds/unix/ftconfig.h.orig 2009-10-15 13:51:58.000000000 +0100 +++ builds/unix/ftconfig.h 2009-10-15 13:52:13.000000000 +0100 @@ -299,7 +299,7 @@ register FT_Int32 t, t2; - asm __volatile__ ( + __asm__ __volatile__ ( "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */