Config.vax 387 B

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