| 1234567891011121314151617181920212223 | ## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config HAVE_ELF	bool	select UCLIBC_HAS_MMU	select ARCH_HAS_NO_FPU	default yconfig TARGET_ARCH	default "alpha"config ARCH_CFLAGS	stringconfig ARCH_LDFLAGS	stringconfig LIBGCC_CFLAGS	string
 |