package/mono: remove target mips architecture
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Sun, 5 Aug 2018 14:05:03 +0000 (16:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 5 Aug 2018 14:19:50 +0000 (16:19 +0200)
Current version of mono doesn't compile on mips due to a bug, so
disabling the mips target architecture until the bug is fixed upstream.

Fixes: http://autobuild.buildroot.net/results/b402af8cb7f00dc2e69c219926b474a8e0c8d372
and many others.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mono/Config.in

index 63208fef493a875bb75c0f405fdb19201cd71011..a375a98448608bd2ac1be2c0ebea234319ce88b7 100644 (file)
@@ -5,8 +5,8 @@ config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
 
 config BR2_PACKAGE_MONO_ARCH_SUPPORTS
        bool
-       default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
-                     BR2_mipsel || BR2_powerpc || BR2_x86_64)
+       default y if (BR2_arm || BR2_armeb || BR2_i386 || \
+                     BR2_powerpc || BR2_x86_64)
        depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
 
 config BR2_PACKAGE_MONO