Config.vax 415 B

12345678910111213141516171819202122232425262728293031
  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 "vax"
  7. config HAVE_ELF
  8. bool
  9. select HAVE_NO_SHARED
  10. select ARCH_HAS_NO_LDSO
  11. default y
  12. config ARCH_SUPPORTS_LITTLE_ENDIAN
  13. bool
  14. default y
  15. config ARCH_CFLAGS
  16. string
  17. config ARCH_LDFLAGS
  18. string
  19. config LIBGCC_CFLAGS
  20. string
  21. config CROSS
  22. string
  23. default "vax-linux-uclibc-"