Config.alpha 386 B

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