Config.alpha 323 B

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