Config.alpha 357 B

123456789101112131415161718192021222324
  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 UCLIBC_HAS_LFS
  9. bool
  10. default y
  11. config ARCH_SUPPORTS_LITTLE_ENDIAN
  12. bool
  13. default y
  14. config TARGET_ARCH
  15. default "alpha"
  16. config ARCH_CFLAGS
  17. string
  18. config LIBGCC_CFLAGS
  19. string