Config.i960 500 B

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