| 123456789101112131415161718192021222324252627282930313233 | ## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config TARGET_ARCH	default "m68k"config HAVE_ELF	bool	select ARCH_HAS_NO_MMU	select HAVE_NO_SHARED	select ARCH_HAS_NO_LDSO	default yconfig ARCH_SUPPORTS_BIG_ENDIAN	bool	default yconfig ARCH_CFLAGS	string	default "-Wa,--bitwise-or -I$(KERNEL_SOURCE)/include"config ARCH_LDFLAGS	stringconfig LIBGCC_CFLAGS	stringconfig HAVE_ELF	bool	default y
 |