Config.alpha 312 B

1234567891011121314151617181920212223
  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. bool
  7. select UCLIBC_HAS_MMU
  8. select ARCH_HAS_NO_FPU
  9. default y
  10. config TARGET_ARCH
  11. default "alpha"
  12. config ARCH_CFLAGS
  13. string
  14. config ARCH_LDFLAGS
  15. string
  16. config LIBGCC_CFLAGS
  17. string