瀏覽代碼

disable multilib by default

Mike Frysinger 19 年之前
父節點
當前提交
feec22350f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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...