| Index: tests/fixedfeaturecpu/nacl.scons
|
| diff --git a/tests/fixedfeaturecpu/nacl.scons b/tests/fixedfeaturecpu/nacl.scons
|
| index fbe82b962146bf7612c223a3be05880150993ad7..4990b09b324c6bbd8ba3071dc647c73dba1a37a0 100644
|
| --- a/tests/fixedfeaturecpu/nacl.scons
|
| +++ b/tests/fixedfeaturecpu/nacl.scons
|
| @@ -120,7 +120,7 @@ if not env.Bit('bitcode'):
|
| # http://code.google.com/p/nativeclient/issues/detail?id=2692
|
| if not env.Bit('target_x86_64') and not env.Bit('bitcode'):
|
| x87_env = env.Clone()
|
| - x87_env.Append(CCFLAGS=['-mfpmath=387'])
|
| + x87_env.Append(CCFLAGS=['-mfpmath=387', '-mno-sse'])
|
| x87_o = x87_env.ComponentObject('ff_hello_world_x87.o', 'ff_hello_world.c')
|
| ff_hello_world_x87_nexe = x87_env.ComponentProgram(
|
| 'ff_hello_world_x87',
|
|
|