config.cris

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

CRIS
39
字号
## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config HAVE_ELF	bool	default yconfig TARGET_ARCH	default "cris"config ARCH_CFLAGS	stringconfig ARCH_LDFLAGS	stringconfig LIBGCC_CFLAGS	stringchoice	prompt "Target Architecture Type"	default CONFIG_CRIS	help		This is the architecture type of your CPU. This information is used for		optimizing purposes.		These are the possible settings:		- CRIS  Generic support for Axis' CRIS architecture.config CONFIG_CRIS	select ARCH_LITTLE_ENDIAN	bool "CRIS"endchoice

⌨️ 快捷键说明

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