浏览代码

add a CPU type, otherwise NPTL is not selected, reported in #openadk

Waldemar Brodkorb 10 年之前
父节点
当前提交
46dfd26bf7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      target/x86/systems/generic-pc

+ 2 - 1
target/x86/systems/generic-pc

@@ -1,7 +1,8 @@
 config ADK_TARGET_SYSTEM_GENERIC_PC
 	bool "Generic PC"
+	select ADK_CPU_I686
 	select ADK_TARGET_KERNEL_BZIMAGE
 	select ADK_PACKAGE_GRUB
 	help
-	 Support for generic PC.
+	 Example config for generic i686 based PC.