diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
commit | e9e6f3531d8fda314bec0215719c4cd5f7b9c364 (patch) | |
tree | dff4d44bdb6271afe877ca6db80c53fa56f9d21c /Makefile.cross | |
parent | beb6b8a91035a5ac00a5fa9e0ff0bae3a4e15ed3 (diff) |
We are done providing support for the vax.
lots of agreement.
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 4e5d88d1998..5274f7a9f8c 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.83 2015/12/08 16:04:41 tobiasu Exp $ +# $OpenBSD: Makefile.cross,v 1.84 2016/03/09 16:28:44 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 @@ -27,7 +27,7 @@ TARGET_CPU?= ${TARGET_ARCH} # List of LP64 archs # XXX move to bsd.*.mk? -LP64_ARCH = amd64 alpha hppa64 ia64 mips64 sparc64 vax64 +LP64_ARCH = amd64 alpha hppa64 ia64 mips64 sparc64 TARGET_IS_LP64 = MACHINE_IS_LP64 = |