Config.e1 352 B

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