Config.i960 471 B

12345678910111213141516171819202122232425262728293031
  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. select HAVE_NO_SHARED
  12. select ARCH_HAS_NO_LDSO
  13. select HAS_NO_THREADS
  14. default n
  15. config ARCH_CFLAGS
  16. string
  17. default "-mh -mint32 -fsigned-char"
  18. config ARCH_LDFLAGS
  19. string
  20. config LIBGCC_CFLAGS
  21. string
  22. config ARCH_HAS_C_SYMBOL_PREFIX
  23. bool
  24. default y