Config.i960 447 B

123456789101112131415161718192021222324252627282930
  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_CFLAGS
  15. string
  16. default "-mh -mint32 -fsigned-char"
  17. config ARCH_LDFLAGS
  18. string
  19. config LIBGCC_CFLAGS
  20. string
  21. config ARCH_HAS_C_SYMBOL_PREFIX
  22. bool
  23. default y