Config.microblaze 418 B

123456789101112131415161718192021222324252627282930
  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 "microblaze"
  7. config ARCH_SUPPORTS_BIG_ENDIAN
  8. bool
  9. default y
  10. config ARCH_SUPPORTS_LITTLE_ENDIAN
  11. bool
  12. default n
  13. config FORCE_OPTIONS_FOR_ARCH
  14. bool
  15. default y
  16. select ARCH_HAS_NO_MMU
  17. config ARCH_CFLAGS
  18. string
  19. config LIBGCC_CFLAGS
  20. string
  21. config CROSS
  22. string
  23. default "mb-"