瀏覽代碼

add some help text

Mike Frysinger 21 年之前
父節點
當前提交
e28078875e
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      toolchain/gcc/Config.in.2

+ 3 - 5
toolchain/gcc/Config.in.2

@@ -1,8 +1,6 @@
-#
-
 config BR2_PACKAGE_GCC_TARGET
-	bool"gcc toolchain in the target filesystem"
+	bool "native toolchain in the target filesystem"
 	default n
 	help
-	  Add help text here.
-
+	  If you want the target system to be able to run 
+	  binutils/gcc and compile native code, say Y here.