Config.h8300 494 B

12345678910111213141516171819202122232425262728293031323334353637
  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 HAVE_ELF
  8. bool
  9. default n
  10. config ARCH_CFLAGS
  11. string
  12. config ARCH_LDFLAGS
  13. string
  14. config LIBGCC_CFLAGS
  15. string
  16. config ARCH_HAS_NO_MMU
  17. bool
  18. default y
  19. config ARCH_HAS_C_SYMBOL_PREFIX
  20. bool
  21. default y
  22. source "extra/Configs/Config.in.arch"
  23. endmenu
  24. source "extra/Configs/Config.in"