⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.sh

📁 一个嵌入式的C++库
💻 SH
字号:
## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config TARGET_ARCH	default "sh" if CONFIG_SH2 || CONFIG_SH3 || CONFIG_SH4	default "sh64" if CONFIG_SH5config HAVE_ELF	bool	default yconfig ARCH_CFLAGS	stringconfig ARCH_LDFLAGS	stringconfig LIBGCC_CFLAGS	stringconfig HAVE_DOT_HIDDEN        bool	default yconfig UCLIBC_COMPLETELY_PIC        bool	default ychoice	prompt "Target Processor Type"	default CONFIG_SH4	help	  This is the processor type of your CPU. This information is used for	  optimizing purposes, as well as to determine if your CPU has an MMU,	  an FPU, etc.  If you pick the wrong CPU type, there is no guarantee	  that uClibc will work at all....	  Here are the available choices:	  - "SH2" SuperH SH-2	  - "SH3" SuperH SH-3	  - "SH4" SuperH SH-4	  - "SH5" SuperH SH-5 101, 103config CONFIG_SH2	bool "SH2"config CONFIG_SH3	bool "SH3"config CONFIG_SH4	bool "SH4"config CONFIG_SH5	bool "SH5"endchoice

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -