2013-01-22 11:59:30 +00:00
|
|
|
cflags-$(CONFIG_CPU_LOONGSON1) += \
|
2012-07-25 14:17:24 +00:00
|
|
|
$(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
|
|
|
|
-Wa,-mips32r2 -Wa,--trap
|
|
|
|
|
|
|
|
platform-$(CONFIG_MACH_LOONGSON1) += loongson1/
|
|
|
|
cflags-$(CONFIG_MACH_LOONGSON1) += -I$(srctree)/arch/mips/include/asm/mach-loongson1
|
|
|
|
load-$(CONFIG_LOONGSON1_LS1B) += 0xffffffff80100000
|