Config.alpha 380 B

12345678910111213141516171819202122232425
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config HAVE_ELF
  6. select ARCH_HAS_MMU
  7. select ARCH_HAS_NO_LDSO
  8. select HAS_NO_THREADS
  9. select UCLIBC_HAS_LFS
  10. bool
  11. default y
  12. config ARCH_SUPPORTS_LITTLE_ENDIAN
  13. bool
  14. default y
  15. config TARGET_ARCH
  16. default "alpha"
  17. config ARCH_CFLAGS
  18. string
  19. config LIBGCC_CFLAGS
  20. string