Config.nios 409 B

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