diff options
author | 2011-07-07 19:27:15 +0000 | |
---|---|---|
committer | 2011-07-07 19:27:15 +0000 | |
commit | 5b036de814b3177691c661d3f81fe2bd917e7b35 (patch) | |
tree | 4b793b3b9f19e010a789e3e96d7b032f62e4d9a5 | |
parent | remove mvmeppc; it is really rough shape. ok drahn miod (diff) | |
download | wireguard-openbsd-5b036de814b3177691c661d3f81fe2bd917e7b35.tar.xz wireguard-openbsd-5b036de814b3177691c661d3f81fe2bd917e7b35.zip |
remove mvmeppc; it is really rough shape. ok drahn miod
-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 |