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/net/webrtc-audio-processing/0.3.1/Makefile
===================================================================
--- radix-1.9/net/webrtc-audio-processing/0.3.1/Makefile	(revision 63)
+++ radix-1.9/net/webrtc-audio-processing/0.3.1/Makefile	(revision 64)
@@ -142,6 +142,11 @@
 extra_configure_switches += --enable-shared=yes
 
 
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6_GLIBC)),)
+extra_configure_switches += --enable-neon=no
+endif
+
+
 TARGET_LIB_RPATH = /lib$(LIBSUFFIX):/usr/lib$(LIBSUFFIX):/usr/lib/../lib$(LIBSUFFIX)