Config.e1 643 B

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