Config.v850 623 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. mainmenu "uClibc C Library Configuration"
  6. menu "Target Architecture Features and Options"
  7. config ARCH_CFLAGS
  8. string
  9. config ARCH_LDFLAGS
  10. string
  11. config LIBGCC_CFLAGS
  12. string
  13. config HAVE_ELF
  14. bool
  15. default y
  16. config ARCH_HAS_NO_MMU
  17. bool
  18. default y
  19. config ARCH_HAS_NO_FPU
  20. bool
  21. default y
  22. config ARCH_HAS_C_SYMBOL_PREFIX
  23. bool
  24. default y
  25. config HAVE_NO_PIC
  26. bool
  27. default y
  28. config CROSS
  29. string
  30. default "v850e-elf-"
  31. source "extra/Configs/Config.in.arch"
  32. endmenu
  33. source "extra/Configs/Config.in"