Config.v850 416 B

1234567891011121314151617181920212223242526272829
  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_HAS_C_SYMBOL_PREFIX
  12. select HAVE_NO_PIC
  13. default y
  14. config ARCH_CFLAGS
  15. string
  16. config ARCH_LDFLAGS
  17. string
  18. config LIBGCC_CFLAGS
  19. string
  20. config CROSS
  21. string
  22. default "v850e-elf-"