Revision 7d3505c5 target-i386/cpu.h

b/target-i386/cpu.h
259 259
    CC_OP_NB,
260 260
};
261 261

  
262
#if defined(__i386__) || defined(__x86_64__)
262
#if (defined(__i386__) || defined(__x86_64__)) && !defined(_BSD)
263 263
#define USE_X86LDOUBLE
264 264
#endif
265 265

  

Also available in: Unified diff