2009-10-09 17:50:31 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
LINK_BASE = 0x80010000
|
2009-12-02 07:49:36 +00:00
|
|
|
target_machine=qemu-mips
|
2009-12-02 07:39:17 +00:00
|
|
|
COMMON_CFLAGS += -march=mips3
|
|
|
|
COMMON_ASFLAGS += -march=mips3
|
2009-10-09 17:50:31 +00:00
|
|
|
include $(srcdir)/conf/mips.mk
|