Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
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