Config.e1 374 B

12345678910111213141516171819202122232425
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. default "e1"
  7. config FORCE_OPTIONS_FOR_ARCH
  8. bool
  9. default y
  10. select ARCH_BIG_ENDIAN
  11. select ARCH_HAS_NO_MMU
  12. select HAVE_NO_SHARED
  13. config ARCH_E1
  14. bool
  15. default y
  16. config ARCH_CFLAGS
  17. string
  18. default "-mgnu-param"
  19. config LIBGCC_CFLAGS
  20. string