diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
commit | 7fade57a8abf11896d95cdde7876459924853496 (patch) | |
tree | 86be916ffbbe59ac56b6d9297d2f46e8f944836b /Makefile.cross | |
parent | 0ecd45eb6bd7318e53221a604fb83d3fc01defa8 (diff) |
Send Aviion to same place as Nova II
discussed with jsg
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 f3fa160f103..934a8b79907 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.80 2015/11/14 23:56:48 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.81 2015/12/01 07:50:03 deraadt 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 @@ -9,7 +9,7 @@ cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var .if (${TARGET} == "armish" || ${TARGET} == "armv7" || \ ${TARGET} == "zaurus") TARGET_ARCH= arm -.elif (${TARGET} == "aviion" || ${TARGET} == "luna88k") +.elif ${TARGET} == "luna88k") TARGET_ARCH= m88k .elif (${TARGET} == "sgi" || ${TARGET} == "octeon") TARGET_ARCH= mips64 |