Config.x86_64 371 B

12345678910111213141516171819202122232425262728
  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 ARCH_HAS_MMU
  8. select HAS_NO_THREADS
  9. default y
  10. config TARGET_ARCH
  11. string
  12. default "x86_64"
  13. config ARCH_CFLAGS
  14. string
  15. config ARCH_LDFLAGS
  16. string
  17. config LIBGCC_CFLAGS
  18. string
  19. config ARCH_SUPPORTS_LITTLE_ENDIAN
  20. bool
  21. default y