fix cross compile on QNX

got broken in 2e284cc783
The racket version of libunwind is not compatible with QNX but old-style stacktraces are still working with the default gcc version
This commit is contained in:
Tobias Hammer 2014-08-18 15:05:01 +02:00 committed by Matthew Flatt
parent 60ab149edf
commit e637d78a09

View File

@ -883,7 +883,6 @@
#if defined(i386)
# define MZ_USE_JIT_I386
# define MZ_JIT_USE_MPROTECT
# define MZ_USE_DWARF_LIBUNWIND
#endif
#if defined(__x86_64__)
# define MZ_USE_JIT_X86_64