Config.e1 443 B

12345678910111213141516171819202122232425262728293031
  1. # For a description of the syntax of this configuration file,
  2. # see extra/config/Kconfig-language.txt
  3. #
  4. config HAVE_ELF
  5. select ARCH_HAS_NO_MMU
  6. select HAVE_NO_SHARED
  7. select ARCH_HAS_NO_LDSO
  8. select ARCH_BIG_ENDIAN
  9. bool
  10. default n
  11. config TARGET_ARCH
  12. default "e1"
  13. config ARCH_E1
  14. bool
  15. default y
  16. config ARCH_CFLAGS
  17. string
  18. default "-I$(KERNEL_SOURCE)/include -mgnu-param"
  19. config ARCH_LDFLAGS
  20. string
  21. config LIBGCC_CFLAGS
  22. string