Config.hppa 369 B

1234567891011121314151617181920212223
  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. string
  7. default "hppa"
  8. config FORCE_OPTIONS_FOR_ARCH
  9. bool
  10. default y
  11. select ARCH_BIG_ENDIAN
  12. select ARCH_HAS_MMU
  13. select HAS_NO_THREADS
  14. select ARCH_HAS_NO_LDSO
  15. select HAVE_NO_SSP
  16. config ARCH_CFLAGS
  17. string
  18. config LIBGCC_CFLAGS
  19. string