Config.microblaze 317 B

12345678910111213141516171819202122
  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. select ARCH_HAS_NO_MMU
  7. default "microblaze"
  8. config ARCH_SUPPORTS_BIG_ENDIAN
  9. bool
  10. default y
  11. config ARCH_CFLAGS
  12. string
  13. config LIBGCC_CFLAGS
  14. string
  15. config CROSS
  16. string
  17. default "mb-"