diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 19:27:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 19:27:16 +0000 |
commit | 4dc121d64e95b85a766c1aa1d8f2be2c864c1459 (patch) | |
tree | f14f35f0f7efc51da4cb9c6f8c5c651cb18ab4dc /Makefile.cross | |
parent | 54c4869872e628d32932ac90cb13671a095e1f1f (diff) |
remove mvmeppc; it is really rough shape. ok drahn miod
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 e4fec63140d..23f1015d8ac 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.43 2011/07/05 00:15:03 drahn Exp $ +# $OpenBSD: Makefile.cross,v 1.44 2011/07/07 19:27:15 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 @@ -23,8 +23,7 @@ TARGET_ARCH= mips64el TARGET_CPU= mips64 .elif (${TARGET} == "solbourne") TARGET_ARCH= sparc -.elif (${TARGET} == "macppc" || ${TARGET} == "mvmeppc" || \ - ${TARGET} == "socppc") +.elif (${TARGET} == "macppc" || ${TARGET} == "socppc") TARGET_ARCH= powerpc .elif (${TARGET} == "landisk") TARGET_ARCH= sh |