Config.alpha 410 B

1234567891011121314151617181920212223242526272829
  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 ARCH_LDFLAGS
  20. string
  21. config LIBGCC_CFLAGS
  22. string