Config.alpha 433 B

123456789101112131415161718192021222324252627282930
  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 HAVE_NO_SHARED
  8. select ARCH_HAS_NO_LDSO
  9. select HAS_NO_THREADS
  10. select UCLIBC_HAS_LFS
  11. bool
  12. default y
  13. config ARCH_SUPPORTS_LITTLE_ENDIAN
  14. bool
  15. default y
  16. config TARGET_ARCH
  17. default "alpha"
  18. config ARCH_CFLAGS
  19. string
  20. config ARCH_LDFLAGS
  21. string
  22. config LIBGCC_CFLAGS
  23. string