Explorar el Código

disable multilib by default

Mike Frysinger hace 19 años
padre
commit
feec22350f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -17,7 +17,7 @@ source "toolchain/sstrip/Config.in"
 
 config BR2_ENABLE_MULTILIB
 	bool "Enable multilib support?"
-	default y
+	default n
 	help
 	    If you want multilib enabled, enable this...