diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:13:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:13:36 +0000 |
commit | ba6a572d94626bcb44583c6c98f83be6fa5e1e79 (patch) | |
tree | bac74d1cd2f202ba9946c593d94efacfdd86bf82 /share/mk | |
parent | 62465d6de97acefc325394b64ef4b8abe42f4f3e (diff) |
VAX is an ELF citizen now.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index e393e943ad3..6763f6a0e67 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.139 2013/03/23 15:04:28 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.140 2013/07/05 21:13:35 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -22,11 +22,7 @@ TCP_WRAPPERS?= yes # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain to be able to know differences. -.if ${MACHINE_ARCH} == "vax" -ELF_TOOLCHAIN?= no -.else ELF_TOOLCHAIN?= yes -.endif GCC2_ARCH=vax GCC4_ARCH=alpha amd64 arm hppa hppa64 i386 ia64 mips64 mips64el powerpc sh sparc sparc64 |