Skip to content

Commit

Permalink
Add support for m68000.
Browse files Browse the repository at this point in the history
Thanks to Andreas Schwab.
  • Loading branch information
floitsch committed May 18, 2014
1 parent e379559 commit 6c56fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
defined(_MIPS_ARCH_MIPS32R2) || \
defined(__AARCH64EL__)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(__mc68000__)
#undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
#if defined(_WIN32)
// Windows uses a 64bit wide floating point stack.
Expand Down

0 comments on commit 6c56fcf

Please sign in to comment.