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 394)
+++ Makefile	(revision 395)
@@ -149,6 +149,14 @@
 extra_configure_switches  += --without-gd
 extra_configure_switches  += --without-cvs
 
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC)     $(TOOLCHAIN_RK33XX_GLIBC) \
+                             $(TOOLCHAIN_RK339X_GLIBC) $(TOOLCHAIN_S9XX_GLIBC)   \
+                             $(TOOLCHAIN_A311X_GLIBC)  $(TOOLCHAIN_M1000_GLIBC)),)
+extra_configure_switches  += --disable-mathvec
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
+extra_configure_switches  += --enable-mathvec
+endif
 
 extra_configure_switches  += libc_cv_slibdir=/lib$(LIBSUFFIX)
 extra_configure_switches  += libc_cv_rtlddir=/lib$(LIBSUFFIX)