Config.mips 355 B

1234567891011121314151617181920212223
  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 "mips" if ARCH_BIG_ENDIAN
  7. default "mipsel" if ARCH_LITTLE_ENDIAN
  8. config HAVE_ELF
  9. bool
  10. default y
  11. config ARCH_CFLAGS
  12. string
  13. default "-mno-split-addresses"
  14. config ARCH_LDFLAGS
  15. string
  16. config LIBGCC_CFLAGS
  17. string