diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:45:45 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:45:45 +0000 |
commit | 71de5f7c91cfb5ed82e45b93d8f3d3a4fe9aa7f5 (patch) | |
tree | 00c93de855ad690bf83d3f68bc87db1f32b9b19a /Makefile.cross | |
parent | 8382e1bc1a2d9ee1dc20cd2c1f2678d066223719 (diff) |
more mac68k bits for the attic
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index 18516b17741..c01d6cd316a 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.51 2012/04/06 14:55:51 jsing Exp $ +# $OpenBSD: Makefile.cross,v 1.52 2012/06/20 18:45:44 matthew 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 @@ -10,8 +10,7 @@ cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var ${TARGET} == "gumstix" || ${TARGET} == "palm" || \ ${TARGET} == "zaurus") TARGET_ARCH= arm -.elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \ - ${TARGET} == "mvme68k") +.elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k") TARGET_ARCH= m68k .elif (${TARGET} == "aviion" || ${TARGET} == "luna88k" || \ ${TARGET} == "mvme88k") |