Config.nios2 348 B

123456789101112131415161718192021222324
  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 "nios2"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_NO_MMU
  10. select ARCH_LITTLE_ENDIAN
  11. select HAVE_NO_PIC
  12. default y
  13. config ARCH_CFLAGS
  14. string
  15. config LIBGCC_CFLAGS
  16. string
  17. config CROSS
  18. string
  19. default nios2-elf-