Config.v850 493 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 "v850"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_NO_MMU
  10. select ARCH_HAS_C_SYMBOL_PREFIX
  11. select HAVE_NO_PIC
  12. select HAVE_NO_SHARED
  13. select ARCH_HAS_NO_LDSO
  14. default y
  15. config ARCH_SUPPORTS_LITTLE_ENDIAN
  16. bool
  17. default y
  18. config ARCH_CFLAGS
  19. string
  20. config ARCH_LDFLAGS
  21. string
  22. config LIBGCC_CFLAGS
  23. string
  24. config CROSS
  25. string
  26. default "v850e-elf-"