Index: MultiSource/Benchmarks/MiBench/consumer-lame/lame.c =================================================================== --- MultiSource/Benchmarks/MiBench/consumer-lame/lame.c +++ MultiSource/Benchmarks/MiBench/consumer-lame/lame.c @@ -1204,7 +1204,7 @@ /* * Disable floating point exepctions */ -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) && defined(FP_X_INV) { /* seet floating point mask to the Linux default */ fp_except_t mask;