Config.hppa 373 B

12345678910111213141516171819202122232425
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. default "hppa"
  7. config HAVE_ELF
  8. bool
  9. select ARCH_HAS_MMU
  10. select HAS_NO_THREADS
  11. select ARCH_HAS_NO_LDSO
  12. select HAVE_NO_SSP
  13. default y
  14. config ARCH_SUPPORTS_BIG_ENDIAN
  15. bool
  16. default y
  17. config ARCH_CFLAGS
  18. string
  19. config LIBGCC_CFLAGS
  20. string