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