Config.vax 379 B

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