Index: Makefile
===================================================================
--- Makefile (revision 285)
+++ Makefile (revision 286)
@@ -152,6 +152,10 @@
extra_configure_switches += --enable-cpp-rtti
endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC) $(TOOLCHAIN_P5600_GLIBC)),)
+extra_configure_switches += --disable-jit
+endif
+
extra_configure_switches += --disable-strip
extra_configure_switches += --disable-install-strip
extra_configure_switches += --disable-jemalloc