Config.e1 441 B

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