Config.e1 416 B

123456789101112131415161718192021222324252627282930313233
  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. bool
  8. default n
  9. config ARCH_SUPPORTS_BIG_ENDIAN
  10. bool
  11. default y
  12. config TARGET_ARCH
  13. default "e1"
  14. config ARCH_E1
  15. bool
  16. default y
  17. config ARCH_CFLAGS
  18. string
  19. default "-mgnu-param"
  20. config ARCH_LDFLAGS
  21. string
  22. config LIBGCC_CFLAGS
  23. string