diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-01 17:35:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-01 17:35:25 +0000 |
commit | f2a0eaf5bc817de32cd0b3b971fdcb0bab9d37ce (patch) | |
tree | 1a1756e7fc8b90a0e1062f1028905546cada8fcf /share | |
parent | 0fc208b3a6c920238b0c7bbd75c12bb726ca163b (diff) |
Switch m88k ports to binutils 2.17.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 585dde1c225..04399ed446a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.166 2015/05/29 20:30:49 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.167 2015/06/01 17:35:24 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -18,7 +18,7 @@ YP?= yes DEBUGLIBS?= no GCC3_ARCH=m88k vax -BINUTILS215_ARCH=m88k +BINUTILS215_ARCH= # arm needs binutils-2.17, which still lacks W^X support # sparc has not been tried |