config.sh

来自「一个嵌入式的C++库」· Shell 代码 · 共 61 行

SH
61
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?