Config.nios 401 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 "nios"
  7. config FORCE_OPTIONS_FOR_ARCH
  8. bool
  9. default y
  10. select ARCH_LITTLE_ENDIAN
  11. select ARCH_HAS_NO_MMU
  12. select ARCH_HAS_NO_LDSO
  13. select HAVE_NO_PIC
  14. config ARCH_CFLAGS
  15. string
  16. default "-funaligned-struct-hack"
  17. config LIBGCC_CFLAGS
  18. string
  19. config CROSS
  20. string