Don't rely on having a mips64eb toolchain.

This commit is contained in:
matt 2011-02-25 23:37:32 +00:00
parent e1b5cdc215
commit d42a19b052
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2011/02/20 07:59:52 matt Exp $
# $NetBSD: Makefile,v 1.11 2011/02/25 23:37:32 matt Exp $
PROG= ip30boot
NOMAN= # defined
@ -31,7 +31,8 @@ CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
CPPFLAGS+= -Dsgimips
MACHINE_ARCH= mips64eb
LDFLAGS+= -m elf64btsmip
LINKFORMAT+= -m elf64btsmip
.include "${S}/dev/arcbios/Makefile.inc"