mips64.64 518 B

12345678910111213141516171819
  1. ARCH_ANY_ENDIAN=y
  2. ARCH_BIG_ENDIAN=y
  3. ARCH_CFLAGS="-mno-split-addresses"
  4. ARCH_WANTS_BIG_ENDIAN=y
  5. # CONFIG_MIPS_ISA_1 is not set
  6. # CONFIG_MIPS_ISA_2 is not set
  7. # CONFIG_MIPS_ISA_3 is not set
  8. # CONFIG_MIPS_ISA_4 is not set
  9. # CONFIG_MIPS_ISA_MIPS32 is not set
  10. # CONFIG_MIPS_ISA_MIPS32R2 is not set
  11. CONFIG_MIPS_ISA_MIPS64=y
  12. # CONFIG_MIPS_ISA_MIPS64R2 is not set
  13. # CONFIG_MIPS_N32_ABI is not set
  14. CONFIG_MIPS_N64_ABI=y
  15. # CONFIG_MIPS_O32_ABI is not set
  16. TARGET_ARCH="mips"
  17. TARGET_mips=y
  18. TARGET_SUBARCH="mips64"
  19. UCLIBC_HAS_FPU=y