Config.x86_64 396 B

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