Config.i960 400 B

12345678910111213141516171819202122232425262728
  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 "i960"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_NO_MMU
  10. select ARCH_HAS_NO_FPU
  11. default n
  12. config ARCH_CFLAGS
  13. string
  14. default "-mh -mint32 -fsigned-char"
  15. config ARCH_LDFLAGS
  16. string
  17. config LIBGCC_CFLAGS
  18. string
  19. config ARCH_HAS_C_SYMBOL_PREFIX
  20. bool
  21. default y