diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 08:13:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 08:13:31 +0000 |
commit | 9d5134e03b96bf26ee7b451072614eae150b13f3 (patch) | |
tree | 624eb5672e31245004b991b67dd33e3689eea88b /Makefile.cross | |
parent | 69212f76a49c62d820a11c7ca753b87ce396028e (diff) |
Send solbourne to where the ...........
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index 934a8b79907..bf43ad818f1 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.81 2015/12/01 07:50:03 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.82 2015/12/01 08:13:29 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 @@ -16,8 +16,6 @@ TARGET_ARCH= mips64 .elif (${TARGET} == "loongson") TARGET_ARCH= mips64el TARGET_CPU= mips64 -.elif (${TARGET} == "solbourne") -TARGET_ARCH= sparc .elif (${TARGET} == "macppc" || ${TARGET} == "socppc") TARGET_ARCH= powerpc .elif (${TARGET} == "landisk") |