diff options
author | Takuya ASADA <syuu@cvs.openbsd.org> | 2010-09-20 11:49:40 +0000 |
---|---|---|
committer | Takuya ASADA <syuu@cvs.openbsd.org> | 2010-09-20 11:49:40 +0000 |
commit | 4af57c1fc92997aa0ea4e6a278e902b633e5d8a1 (patch) | |
tree | f40351a46198ba1cd062d4c5f77797c5716eab27 /Makefile.cross | |
parent | 5a4eadfa8bf864384530fb166cc7f8cadeb22a40 (diff) |
add octeon as cross build target arch. ok miod@
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index f520489c1a6..0cead7d744e 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.36 2010/09/20 04:49:08 drahn Exp $ +# $OpenBSD: Makefile.cross,v 1.37 2010/09/20 11:49:39 syuu Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -16,7 +16,7 @@ TARGET_ARCH= m68k .elif (${TARGET} == "aviion" || ${TARGET} == "luna88k" || \ ${TARGET} == "mvme88k") TARGET_ARCH= m88k -.elif (${TARGET} == "sgi") +.elif (${TARGET} == "sgi" || ${TARGET} == "octeon") TARGET_ARCH= mips64 .elif (${TARGET} == "loongson") TARGET_ARCH= mips64el |