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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/libs/mozjs/102.15.0/Makefile
===================================================================
--- radix-1.9/libs/mozjs/102.15.0/Makefile	(revision 285)
+++ radix-1.9/libs/mozjs/102.15.0/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