Config.v850 491 B

1234567891011121314151617181920212223242526272829303132
  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_FPU
  10. select ARCH_HAS_NO_MMU
  11. select ARCH_LITTLE_ENDIAN
  12. select ARCH_HAS_C_SYMBOL_PREFIX
  13. select HAVE_NO_PIC
  14. select HAVE_NO_SHARED
  15. select ARCH_HAS_NO_LDSO
  16. default y
  17. config ARCH_CFLAGS
  18. string
  19. config ARCH_LDFLAGS
  20. string
  21. config LIBGCC_CFLAGS
  22. string
  23. config CROSS
  24. string
  25. default "v850e-elf-"